This commit is contained in:
parent
24e11d9103
commit
eb3cfbfdba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue