Skip to content

Commit

Permalink
Update system_dump.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
artelos7 committed Apr 9, 2019
1 parent 77fea7a commit 3dbbc1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/system_dump.sql
Expand Up @@ -193,7 +193,6 @@ CREATE TABLE IF NOT EXISTS `a_forum_topics` (
CREATE TABLE IF NOT EXISTS `a_guestbook` (
`message_id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL,
`username` varchar(50) NOT NULL,
`message` varchar(300) NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`message_id`)
Expand Down

0 comments on commit 3dbbc1f

Please sign in to comment.