mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* WIP on FidoNet stuff
This commit is contained in:
parent
6a08a25a57
commit
2c082ceedd
3 changed files with 81 additions and 21 deletions
|
@ -134,7 +134,7 @@ function createMessageBaseTables() {
|
|||
' message_id INTEGER NOT NULL,' +
|
||||
' meta_name VARCHAR NOT NULL,' +
|
||||
' meta_value VARCHAR NOT NULL,' +
|
||||
' UNIQUE(message_id, meta_name),' +
|
||||
' UNIQUE(message_id, meta_name, meta_value),' +
|
||||
' FOREIGN KEY(message_id) REFERENCES message(message_id)' +
|
||||
');'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue