fix: wrong user_id field type in reservations table
wrong integer, now bigint, as in users table
This commit is contained in:
parent
3656c1be6d
commit
dda5fd5a93
@ -0,0 +1,2 @@
|
||||
ALTER TABLE reservations
|
||||
ALTER COLUMN user_id TYPE INTEGER;
|
||||
@ -0,0 +1,2 @@
|
||||
ALTER TABLE reservations
|
||||
ALTER COLUMN user_id TYPE BIGINT;
|
||||
Loading…
x
Reference in New Issue
Block a user