[fix] bug that make it impossible to launch upgrades properly : alternc_status is overwriten at postinst :/
This commit is contained in:
parent
cdf07913da
commit
1e4f2783d8
|
@ -795,7 +795,6 @@ CREATE TABLE IF NOT EXISTS `certificates` (
|
|||
|
||||
|
||||
|
||||
-- make it re-exec-proof
|
||||
DELETE FROM alternc_status WHERE name='alternc_version';
|
||||
INSERT INTO alternc_status SET name='alternc_version',value='3.5.0.1.sql';
|
||||
-- make it re-exec-proof -- BUT don't overwrite existing value !
|
||||
INSERT IGNORE INTO alternc_status SET name='alternc_version',value='3.5.0.1.sql';
|
||||
|
||||
|
|
Loading…
Reference in New Issue