1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 21:11:41 +02:00

Forgot to update the schema version

This commit is contained in:
Daniel Berteaud 2015-03-06 11:58:15 +01:00
parent b54e652e37
commit 4dc08868f5

View File

@ -80,6 +80,7 @@ if ($cur_ver < 3){
eval {
$dbh->begin_work;
$dbh->do(qq{ DROP TABLE `room_participants` });
$dbh->do(qq{ UPDATE `config` SET `value`='3' WHERE `key`='schema_version' });
$dbh->commit;
};
if ($@){