diff options
| author | Christian Fowler <spider@viovio.com> | 2006-10-05 14:18:03 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-10-05 14:18:03 +0000 |
| commit | 14d3d47282349a345a8b057aac171bc92d85d85e (patch) | |
| tree | d4c419ab236548222786ad6643df4e7748325bff /admin | |
| parent | cf67b6ac2114042731f023f7780ffc2efe7f224a (diff) | |
| download | boards-14d3d47282349a345a8b057aac171bc92d85d85e.tar.gz boards-14d3d47282349a345a8b057aac171bc92d85d85e.tar.bz2 boards-14d3d47282349a345a8b057aac171bc92d85d85e.zip | |
add foreign key to liberty_content
Diffstat (limited to 'admin')
| -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, |
