Skip to content

Commit

Permalink
#3208: setup_tables.py, 'RoleType' use 'VARCHAR (50)'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 26, 2018
1 parent 3b40de1 commit 4f315a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class VARCHAR (50) NOT NULL
query = '''\
CREATE TABLE IF NOT EXISTS RoleType (
RoleTypeID INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
RoleType VARCHAR (1069) NOT NULL,
RoleType VARCHAR (50) NOT NULL,
UNIQUE (RoleType)
);
'''
Expand Down

0 comments on commit 4f315a6

Please sign in to comment.