mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-09 22:28:25 -05:00
3 lines
58 B
PL/PgSQL
3 lines
58 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE users DROP COLUMN display_name;
|
|
COMMIT; |