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:
b80e0fc
)
Fixed old-db-upgrade.pl to drop debian_meta_data
author
Roland Mas
<lolando@debian.org>
Thu, 17 Nov 2011 19:59:14 +0000
(19:59 +0000)
committer
Roland Mas
<lolando@debian.org>
Thu, 17 Nov 2011 19:59:14 +0000
(19:59 +0000)
src/deb-specific/old-db-upgrade.pl
patch
|
blob
|
history
diff --git
a/src/deb-specific/old-db-upgrade.pl
b/src/deb-specific/old-db-upgrade.pl
index 722a044c6fa72e6e95d190a55b5149d11c608404..f790b1a94e72eb193366c8f9e206946d653fecff 100755
(executable)
--- a/
src/deb-specific/old-db-upgrade.pl
+++ b/
src/deb-specific/old-db-upgrade.pl
@@
-2032,7
+2032,7
@@
eval {
}
$version = &get_db_version ;
- if ($version eq "5.1.51-1
1
") {
+ if ($version eq "5.1.51-1
2
") {
&debug ("Dropping debian_meta_data table.") ;
&drop_table_if_exists ($dbh, 'debian_meta_data') ;
&debug ("...OK.") ;