3 lines
98 B
SQL
3 lines
98 B
SQL
ALTER TABLE tasks
|
|
ADD COLUMN IF NOT EXISTS anonymous_units_reserved INTEGER NOT NULL DEFAULT 0;
|