Revision: 2506
https://sourceforge.net/p/mrbs/code/2506/
Author: cimorrison
Date: 2012-10-17 20:59:06 +0000 (Wed, 17 Oct 2012)
Log Message:
-----------
Fixed bugs in table upgrade
Modified Paths:
--------------
mrbs/branches/improved_repeat_interface/web/upgrade/33/pgsql.sql
mrbs/branches/improved_repeat_interface/web/upgrade/34/post.inc
mrbs/branches/improved_repeat_interface/web/upgrade/35/pgsql.sql
Modified: mrbs/branches/improved_repeat_interface/web/upgrade/33/pgsql.sql
===================================================================
--- mrbs/branches/improved_repeat_interface/web/upgrade/33/pgsql.sql
2012-10-16 19:44:38 UTC (rev 2505)
+++ mrbs/branches/improved_repeat_interface/web/upgrade/33/pgsql.sql
2012-10-17 20:59:06 UTC (rev 2506)
@@ -1,4 +0,0 @@
--- $Id$
-
--- This is an empty file because PostgreSQL does not have automatic updating of
--- timestamps, which is all that ios being done in this upgrade
Modified: mrbs/branches/improved_repeat_interface/web/upgrade/34/post.inc
===================================================================
--- mrbs/branches/improved_repeat_interface/web/upgrade/34/post.inc
2012-10-16 19:44:38 UTC (rev 2505)
+++ mrbs/branches/improved_repeat_interface/web/upgrade/34/post.inc
2012-10-17 20:59:06 UTC (rev 2506)
@@ -11,7 +11,7 @@
// Get all the monthly sameday repeats.
$sql = "SELECT T.id, T.start_time, A.timezone
FROM $tbl_repeat T, $tbl_area A, $tbl_room M
- WHERE T.rep_type=" . REP_MONTHLY_SAMEDAY . "
+ WHERE T.rep_type=5
AND T.room_id=M.id
AND M.area_id=A.id";
Modified: mrbs/branches/improved_repeat_interface/web/upgrade/35/pgsql.sql
===================================================================
--- mrbs/branches/improved_repeat_interface/web/upgrade/35/pgsql.sql
2012-10-16 19:44:38 UTC (rev 2505)
+++ mrbs/branches/improved_repeat_interface/web/upgrade/35/pgsql.sql
2012-10-17 20:59:06 UTC (rev 2506)
@@ -1,4 +0,0 @@
--- $Id$
-
--- This is an empty file because PostgreSQL does not have automatic updating of
--- timestamps, which is all that ios being done in this upgrade
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits