Convert to UNIX line endings

This commit is contained in:
Michael Foster 2013-07-31 04:28:26 -04:00
parent 61a305a1a2
commit 123a72d7de
7 changed files with 658 additions and 658 deletions

View file

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`thread` int(11) DEFAULT NULL,
`subject` varchar(100) DEFAULT NULL,