Forgot to update the schema version

master
Daniel Berteaud 10 years ago
parent b54e652e37
commit 4dc08868f5
  1. 1
      scripts/db_upgrade.pl

@ -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 ($@){

Loading…
Cancel
Save