summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-02-04 16:56:06 +0000
committerChristian Fowler <spider@viovio.com>2006-02-04 16:56:06 +0000
commit1b2975f15284e2b3e38cffa81a39f6bcee8ccdae (patch)
tree8e4adab8b8288233a132a3188c730a602411c36a /admin
parent07d09d0e46c96701e5f0a583cff122e1b2ed7a73 (diff)
downloadquota-1b2975f15284e2b3e38cffa81a39f6bcee8ccdae.tar.gz
quota-1b2975f15284e2b3e38cffa81a39f6bcee8ccdae.tar.bz2
quota-1b2975f15284e2b3e38cffa81a39f6bcee8ccdae.zip
masse fixing of schema CONSTRAINTs. they seem to work now that adodb has decided to change CONSTRAINTS back to CONSTRAINT
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index da7990d..4d4dcf4 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -18,7 +18,7 @@ $tables = array(
'quotas_group_map' => "
quota_id I4 PRIMARY,
group_id I4 PRIMARY
- CONSTRAINTS ', CONSTRAINT `quotas_group_ref` FOREIGN KEY (`group_id`) REFERENCES `".BIT_DB_PREFIX."users_groups`( `group_id` )
+ CONSTRAINT ', CONSTRAINT `quotas_group_ref` FOREIGN KEY (`group_id`) REFERENCES `".BIT_DB_PREFIX."users_groups`( `group_id` )
, CONSTRAINT `quotas_map_ref` FOREIGN KEY (`quota_id`) REFERENCES `".BIT_DB_PREFIX."quotas`( `quota_id` )'
",