forked from leftypol/leftypol
Add optional database table prefix (issue #118; see issue comments for details)
This commit is contained in:
parent
232f4ff868
commit
a052a791b5
18 changed files with 177 additions and 165 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue