fix migration
All checks were successful
/ release (push) Successful in 40s

This commit is contained in:
Samuel Lorch 2024-07-06 16:14:28 +02:00
parent 24e11d9103
commit eb3cfbfdba

View file

@ -1,2 +1,2 @@
ALTER TABLE tasks
ADD log_offset integer NOT NULL DEFAULT COALESCE(CARDINALITY(log),0);
ADD log_offset integer NOT NULL DEFAULT 0;