mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.0.33
This commit is contained in:
parent
9074149925
commit
525d5c92b5
14 changed files with 157 additions and 27 deletions
1
migrations/13_user_mod.down.sql
Normal file
1
migrations/13_user_mod.down.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `users` DROP COLUMN `mod`;
|
1
migrations/13_user_mod.up.sql
Normal file
1
migrations/13_user_mod.up.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `users` ADD COLUMN `mod` TINYINT(1) NOT NULL DEFAULT 0 AFTER `admin`;
|
Loading…
Add table
Add a link
Reference in a new issue