fixed build problem
This commit is contained in:
parent
f3fc987b29
commit
9bcc0d2014
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE users_instruments RENAME TO musicians_instruments;
|
||||
ALTER TABLE bands_users RENAME TO bands_musicians;
|
||||
|
||||
ALTER TABLE bands_musicians rename column is_admin to admin
|
||||
ALTER TABLE bands_musicians rename column is_admin to admin;
|
||||
Loading…
Reference in New Issue