3 lines
95 B
SQL
3 lines
95 B
SQL
ALTER TABLE races
|
|
ADD COLUMN IF NOT EXISTS cover_image_manual BOOLEAN NOT NULL DEFAULT TRUE;
|