update script: DROP TABLE rooms_archive;
authorrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:54:45 +0000 (05:54 +0200)
committerrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:54:45 +0000 (05:54 +0200)
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.030613 seconds and 4 git commands to generate.