From 14d3d47282349a345a8b057aac171bc92d85d85e Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Thu, 5 Oct 2006 14:18:03 +0000 Subject: add foreign key to liberty_content --- admin/schema_inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') 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, -- cgit v1.3