[Mpuls-commits] r1297 - in wasko/branches/2.0: . waskaweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 5 19:34:10 CET 2010


Author: bh
Date: 2010-02-05 19:34:09 +0100 (Fri, 05 Feb 2010)
New Revision: 1297

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (CREATE_CASE_SQL): Removed.  No longer
used.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-02-05 18:31:36 UTC (rev 1296)
+++ wasko/branches/2.0/ChangeLog	2010-02-05 18:34:09 UTC (rev 1297)
@@ -1,5 +1,10 @@
 2010-02-05  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/model/case.py (CREATE_CASE_SQL): Removed.  No longer
+	used.
+
+2010-02-05  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/annotations.py: Fix formatting.
 
 2010-02-05  Bernhard Herzog  <bh at intevation.de>

Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py	2010-02-05 18:31:36 UTC (rev 1296)
+++ wasko/branches/2.0/waskaweb/model/case.py	2010-02-05 18:34:09 UTC (rev 1297)
@@ -143,8 +143,6 @@
 """
 DELETE_CASE_SQL = """select delete_master_ds(%(id)s)"""
 
-CREATE_CASE_SQL = """SELECT create_master_tbl(%(uuid)s)"""
-
 INIT_CASE_SQL = """
 UPDATE master_tbl_view
 SET



More information about the Mpuls-commits mailing list