mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
4 lines
84 B
SQL
4 lines
84 B
SQL
-- Model: MumbleUser
|
|
ALTER TABLE `mumble_mumbleuser`
|
|
DROP COLUMN `isAdmin`;
|