forked from science-ation/science-ation
e06eb7dbd8
Remove duplicate INSERT of roles (its in 193, no need to do it again?!)
2 lines
120 B
SQL
2 lines
120 B
SQL
ALTER TABLE `accounts` ADD `pendingemail` VARCHAR( 256 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `email`;
|