forked from science-ation/science-ation
13 lines
190 B
MySQL
13 lines
190 B
MySQL
|
ALTER TABLE `committees_link` DROP `committees_members_id` ;
|
||
|
|
||
|
DROP TABLE `committees_members` ;
|
||
|
|
||
|
ALTER TABLE `users` ADD `oldpassword` VARCHAR( 32 ) NOT NULL AFTER `passwordexpiry` ;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|