remove change in schema

This commit is contained in:
Ronald Q
2016-09-02 09:00:21 -04:00
parent 1454ad308a
commit ae7d965684
4 changed files with 4 additions and 4 deletions

View File

@@ -722,7 +722,7 @@ CREATE TABLE `USERS`
(
`USR_UID` VARCHAR(32) default '' NOT NULL,
`USR_USERNAME` VARCHAR(100) default '' NOT NULL,
`USR_PASSWORD` VARCHAR(256) default '' NOT NULL,
`USR_PASSWORD` VARCHAR(32) default '' NOT NULL,
`USR_FIRSTNAME` VARCHAR(50) default '' NOT NULL,
`USR_LASTNAME` VARCHAR(50) default '' NOT NULL,
`USR_EMAIL` VARCHAR(100) default '' NOT NULL,