mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
6 lines
99 B
PL/PgSQL
6 lines
99 B
PL/PgSQL
-- Model: MumbleUser
|
|
BEGIN;
|
|
ALTER TABLE "mumble_mumbleuser"
|
|
DROP COLUMN "isAdmin";
|
|
COMMIT;
|