Addded a pendingemail field to the accounts table

This commit is contained in:
jacob 2010-06-24 14:45:51 +00:00
parent c086e7e0bb
commit 07f76fdac8
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
193
194

1
db/db.update.194.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `accounts` ADD `pendingemail` VARCHAR( 256 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `email`