* display an error if user tries to re-use an email address * moved SQL files to indicate the order of SQL import * added unique email index SQL file This will address #389, still needs email validation.
2 lines
46 B
SQL
2 lines
46 B
SQL
ALTER TABLE `accounts` ADD UNIQUE (`email`);
|