Add optional database table prefix (issue #118; see issue comments for details)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user