Fixed a couple of bugs that were bombing the data migration.

This commit is contained in:
Diva Canto
2009-12-29 16:51:59 -08:00
parent 88d2df597e
commit 28516e2648
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ CREATE TABLE `UserAccounts` (
`LastName` VARCHAR(64) NOT NULL,
`Email` VARCHAR(64),
`ServiceURLs` TEXT,
`Created` DATETIME
`Created` INT(11)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
COMMIT;