projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2868fee
)
Eine Option "@ignore: 1" für Datenbankupgradescripte, mit denen das Script von Lx...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 4 Sep 2008 14:41:34 +0000
(14:41 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 4 Sep 2008 14:41:34 +0000
(14:41 +0000)
SL/DBUpgrade2.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2.pm
b/SL/DBUpgrade2.pm
index
cb8a9b2
..
c521a4c
100644
(file)
--- a/
SL/DBUpgrade2.pm
+++ b/
SL/DBUpgrade2.pm
@@
-47,6
+47,8
@@
sub parse_dbupdate_controls {
}
}
+ next if ($control->{ignore});
+
$control->{charset} ||= Common::DEFAULT_CHARSET;
if (!$control->{"tag"}) {