mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +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;
|