6 lines
90 B
PL/PgSQL
6 lines
90 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE soundbox_models ADD COLUMN IF NOT EXISTS thumbnail_url TEXT;
|
|
|
|
COMMIT;
|