diff options
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 1 |
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, |
