summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index c59f6e8..b61ffc1 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -15,6 +15,7 @@ $tables = array(
'boards' => "
board_id I4 PRIMARY,
content_id I4 NOTNULL
+ CONSTRAINT ', CONSTRAINT `bitboards_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)'
",
'boards_map' => "
board_content_id I4 NOTNULL,