science-ation/db/db.update.194.sql
james e06eb7dbd8 Add missing ; to 194
Remove duplicate INSERT of roles (its in 193, no need to do it again?!)
2011-02-21 16:22:29 +00:00

2 lines
120 B
SQL

ALTER TABLE `accounts` ADD `pendingemail` VARCHAR( 256 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `email`;