7 lines
78 B
PL/PgSQL
7 lines
78 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE humans
|
|
DROP COLUMN IF EXISTS avatar_object_id;
|
|
|
|
COMMIT;
|