update script: DROP TABLE rooms_archive;
[iserv-mod-room-reservation.git] / update-iserv1-iserv2.pl
index 76b05dc..c0f219a 100755 (executable)
@@ -222,8 +222,9 @@ foreach(IServ::DB::GetArr("SELECT * FROM mod_roomreservation_bookings_old;")) {
     $row{"reason"}, "rrb_interval" => $row{"fixed"} };
 }
 
-# delete old table
+# delete old tables
 IServ::DB::Exec "DROP TABLE mod_roomreservation_bookings_old;";
+IServ::DB::Exec "DROP TABLE rooms_archive;";
 
 print "done.\n";
 
This page took 0.025377 seconds and 4 git commands to generate.