projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fa08f
)
drop the tag category tables on a fresh install
author
Tony Cook
<tony@develop-help.com>
Thu, 26 Jul 2012 05:20:31 +0000
(15:20 +1000)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/schema/bse.sql
b/schema/bse.sql
index 7d6cfaa61ebc07a767f3c0aa331c0bb37b0a2540..da48ac0bd3c56cbde9a88f85ec97c7e29ce54e88 100644
(file)
--- a/
schema/bse.sql
+++ b/
schema/bse.sql
@@
-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;