morffix/migrations/000015_alter_tasks_table_log_offset.up.sql
Samuel Lorch eb3cfbfdba
All checks were successful
/ release (push) Successful in 40s
fix migration
2024-07-06 16:14:28 +02:00

2 lines
61 B
SQL

ALTER TABLE tasks
ADD log_offset integer NOT NULL DEFAULT 0;