drop the tag category tables on a fresh install
authorTony Cook <tony@develop-help.com>
Thu, 26 Jul 2012 05:20:31 +0000 (15:20 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 26 Jul 2012 08:57:43 +0000 (18:57 +1000)
previously we'd error attempting to create them over themselves

schema/bse.sql

index 7d6cfaa61ebc07a767f3c0aa331c0bb37b0a2540..da48ac0bd3c56cbde9a88f85ec97c7e29ce54e88 100644 (file)
@@ -1,3 +1,5 @@
+drop table if exists bse_tag_category_deps;
+drop table if exists bse_tag_categories;
 drop table if exists bse_tag_members;
 drop table if exists bse_tags;