From 546d38c212bf88f29ed62beacdd043c4aecf88ef Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Wed, 18 Apr 2012 21:32:18 -0400 Subject: major cleanup and get install working on postgres for all packages --- admin/schema_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 24412c7..d1b38f2 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -5,8 +5,8 @@ $tables = array( conjugation_phrase C(255) NOTNULL, feed_icon_url C(255), is_target_linked C(1) - CONSTRAINT ', CONSTRAINT `feed_conj_content_type_ref` FOREIGN KEY (`content_type_guid`) REFERENCES `".BIT_DB_PREFIX."liberty_content_types` ( `content_type_guid` )' " +// CONSTRAINT ', CONSTRAINT `feed_conj_content_type_ref` FOREIGN KEY (`content_type_guid`) REFERENCES `".BIT_DB_PREFIX."liberty_content_types` ( `content_type_guid` )' ); global $gBitInstaller; -- cgit v1.3