[fix] bug that make it impossible to launch upgrades properly : alternc_status is overwriten at postinst :/

This commit is contained in:
Benjamin Sonntag 2018-07-17 17:03:28 +02:00
parent cdf07913da
commit 1e4f2783d8
1 changed files with 2 additions and 3 deletions

View File

@ -795,7 +795,6 @@ CREATE TABLE IF NOT EXISTS `certificates` (
-- make it re-exec-proof -- make it re-exec-proof -- BUT don't overwrite existing value !
DELETE FROM alternc_status WHERE name='alternc_version'; INSERT IGNORE INTO alternc_status SET name='alternc_version',value='3.5.0.1.sql';
INSERT INTO alternc_status SET name='alternc_version',value='3.5.0.1.sql';