Skip to content

Commit

Permalink
Fixed - error can't create user table
Browse files Browse the repository at this point in the history
  • Loading branch information
wynerst authored Dec 30, 2016
1 parent b835ef9 commit ba889f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/senayan.sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
`last_login` datetime DEFAULT NULL,
`last_login_ip` char(15) COLLATE utf8_unicode_ci DEFAULT NULL,
`groups` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
`input_date` date DEFAULT '0000-00-00',
`input_date` date DEFAULT NULL,
`last_update` date DEFAULT NULL,
PRIMARY KEY (`user_id`),
UNIQUE KEY `username` (`username`),
Expand Down

0 comments on commit ba889f7

Please sign in to comment.