diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-20 16:24:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-20 16:24:47 +0000 |
| commit | 04d62fc677228a82fe01608857620b92fc32abba (patch) | |
| tree | 11184461600412d39af696ce5cd95547a3af6486 /admin/schema_inc.php | |
| parent | 83fb1a276df08d0bba446eb9d945f0d5bdd90aea (diff) | |
| download | newsletters-04d62fc677228a82fe01608857620b92fc32abba.tar.gz newsletters-04d62fc677228a82fe01608857620b92fc32abba.tar.bz2 newsletters-04d62fc677228a82fe01608857620b92fc32abba.zip | |
remove tiki_ permission prefix and remove tiki_ prefix from constraints
Diffstat (limited to 'admin/schema_inc.php')
| -rw-r--r-- | admin/schema_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 548c8d3..86d970c 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -11,7 +11,7 @@ $tables = array( unsub_msg C(1) default 'y', validate_addr C(1) default 'y', frequency I8 - CONSTRAINT ', CONSTRAINT `tiki_nl_con_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' + CONSTRAINT ', CONSTRAINT `nl_con_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", 'newsletters_editions' => " @@ -20,8 +20,8 @@ $tables = array( is_draft C(1), reply_to C(160), content_id I4 NOTNULL - CONSTRAINT ', CONSTRAINT `tiki_nl_ed_nl_con_ref` FOREIGN KEY (`nl_content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) - , CONSTRAINT `tiki_nl_ed_con_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' + CONSTRAINT ', CONSTRAINT `nl_ed_nl_con_ref` FOREIGN KEY (`nl_content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) + , CONSTRAINT `nl_ed_con_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", 'mail_subscriptions' => " |
