projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8bfe5
)
Fix name of tables to be dropped
author
Roland Mas
<lolando@debian.org>
Thu, 29 Nov 2012 12:03:55 +0000
(13:03 +0100)
committer
Roland Mas
<lolando@debian.org>
Thu, 29 Nov 2012 12:03:55 +0000
(13:03 +0100)
src/plugins/scmgit/db/20121128-drop-old-tables.sql
patch
|
blob
|
history
diff --git
a/src/plugins/scmgit/db/20121128-drop-old-tables.sql
b/src/plugins/scmgit/db/20121128-drop-old-tables.sql
index b5e01373e88749fbf8e7c2a95c7270c31dde1c53..3af408a848495d8e7eeb57ff248f807e7f84129f 100644
(file)
--- a/
src/plugins/scmgit/db/20121128-drop-old-tables.sql
+++ b/
src/plugins/scmgit/db/20121128-drop-old-tables.sql
@@
-1,2
+1,2
@@
-DROP TABLE
scm
_secondary_repos;
-DROP TABLE
scm
_personal_repos;
+DROP TABLE
plugin_scmgit
_secondary_repos;
+DROP TABLE
plugin_scmgit
_personal_repos;