Skip to content

Commit

Permalink
Adds some schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed May 6, 2016
1 parent 113c372 commit 3c32345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Expand Up @@ -70,7 +70,7 @@ DROP TABLE IF EXISTS `comment_location`;
CREATE TABLE `comment_location` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`domain` int(11) unsigned NOT NULL,
`page` int(11) unsigned DEFAULT NULL,
`path` int(11) unsigned DEFAULT NULL,
`thread` int(11) unsigned DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Expand Down

0 comments on commit 3c32345

Please sign in to comment.