mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
+ Very start of theme support. Various changes
This commit is contained in:
parent
46875ccddd
commit
8119c1688a
8 changed files with 95 additions and 34 deletions
|
@ -41,7 +41,8 @@ function createUserTables() {
|
|||
' user_id INTEGER NOT NULL,' +
|
||||
' prop_name VARCHAR NOT NULL,' +
|
||||
' prop_value VARCHAR,' +
|
||||
' UNIQUE(user_id, prop_name)' +
|
||||
' UNIQUE(user_id, prop_name),' +
|
||||
' FOREIGN KEY(user_id) REFERENCES user(id) ON DELETE CASCADE' +
|
||||
');'
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue