Author: tchemit Date: 2013-12-17 02:45:38 +0100 (Tue, 17 Dec 2013) New Revision: 918 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/918 Log: fix on sql migration Modified: trunk/echobase-services/src/main/resources/postgis-structure.sql Modified: trunk/echobase-services/src/main/resources/postgis-structure.sql =================================================================== --- trunk/echobase-services/src/main/resources/postgis-structure.sql 2013-12-16 22:34:04 UTC (rev 917) +++ trunk/echobase-services/src/main/resources/postgis-structure.sql 2013-12-17 01:45:38 UTC (rev 918) @@ -1214,8 +1214,8 @@ -- Compute all data -SELECT echobase_compute_all_cell_spatial_data(); -SELECT echobase_compute_all_operation_spatial_data(); +-- SELECT echobase_compute_all_cell_spatial_data(); +-- SELECT echobase_compute_all_operation_spatial_data(); -- Add an update query as the migration service will execute this script and can't finish with a query instruction (see PreparedStatement#executeUpdate) -UPDATE echobase_operation_spatial SET lastUpdateDate = now() WHERE operationid IS NULL; \ No newline at end of file +-- UPDATE echobase_operation_spatial SET lastUpdateDate = now() WHERE operationid IS NULL; \ No newline at end of file
participants (1)
-
tchemit@users.forge.codelutin.com