Skip to content

Commit

Permalink
missing ; at end of db create
Browse files Browse the repository at this point in the history
  • Loading branch information
computermacgyver committed Oct 18, 2012
1 parent d0dfc05 commit 8111ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_db.sql
Expand Up @@ -63,7 +63,7 @@ CREATE TABLE `tblExternalHosts` (
`strToDomain` varchar(2048) DEFAULT NULL,
`iCount` int(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`iHostID`)
) ENGINE=InnoDB AUTO_INCREMENT=166125 DEFAULT CHARSET=utf8
) ENGINE=InnoDB AUTO_INCREMENT=166125 DEFAULT CHARSET=utf8;



Expand Down

0 comments on commit 8111ae4

Please sign in to comment.