This commit is contained in:
parent
f52f517dc1
commit
f35a51ea28
2 changed files with 4 additions and 0 deletions
2
migrations/000025_alter_tasks_remove_logs.down.sql
Normal file
2
migrations/000025_alter_tasks_remove_logs.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE tasks
|
||||
ADD log text[];
|
2
migrations/000025_alter_tasks_remove_logs.up.sql
Normal file
2
migrations/000025_alter_tasks_remove_logs.up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE tasks
|
||||
DROP IF EXISTS log;
|
Loading…
Add table
Reference in a new issue