added accepted column.
This commit is contained in:
parent
817ef7f683
commit
0dbac5afd5
2
db/migrations/1709829900_add_column.sql
Normal file
2
db/migrations/1709829900_add_column.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE habit_users
|
||||
ADD COLUMN accepted BOOLEAN DEFAULT false;
|
||||
Loading…
x
Reference in New Issue
Block a user