diff options
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
