summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2012-04-18 21:32:20 -0400
committerChristian Fowler <spider@viovio.com>2012-04-18 21:32:20 -0400
commit8a20e097473f28859ed5e27510ce9d9f593068ea (patch)
tree5d4df05d5b2ff3627c110662cb4f18fec46be689 /admin
parentd0152044dae7a448824af45315916c54bef7e29d (diff)
downloadtags-8a20e097473f28859ed5e27510ce9d9f593068ea.tar.gz
tags-8a20e097473f28859ed5e27510ce9d9f593068ea.tar.bz2
tags-8a20e097473f28859ed5e27510ce9d9f593068ea.zip
major cleanup and get install working on postgres for all packages
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 fb2c36f..f2b1290 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -10,7 +10,7 @@ $tables = array(
content_id I4 NOTNULL,
tagger_id I4 NOTNULL,
tagged_on I8 NOTNULL
- CONSTRAINTS ', CONSTRAINT `tags_content_map_tag_ref` FOREIGN KEY (`tag_id`) REFERENCES `".BIT_DB_PREFIX."tags` ( `tag_id` )
+ CONSTRAINT ', CONSTRAINT `tags_content_map_tag_ref` FOREIGN KEY (`tag_id`) REFERENCES `".BIT_DB_PREFIX."tags` ( `tag_id` )
, CONSTRAINT `tags_content_map_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` ( `content_id` )
, CONSTRAINT `tags_content_map_tagger_id_ref` FOREIGN KEY (`tagger_id`) REFERENCES `".BIT_DB_PREFIX."users_users` ( `user_id` )'
"