morffix/migrations/000005_alter_task_table_updated_at.down.sql

2 lines
No EOL
44 B
SQL

ALTER TABLE tasks
DROP IF EXISTS updated_at;