diff flys-backend/doc/schema/postgresql-cleanup.sql @ 476:77f337650211

Added a view 'wst_value_table' which aggregates the data to build w/q value tables. flys-backend/trunk@1723 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 18 Apr 2011 15:52:53 +0000
parents 4a83e14f40f9
children
line wrap: on
line diff
--- a/flys-backend/doc/schema/postgresql-cleanup.sql	Mon Apr 18 13:34:07 2011 +0000
+++ b/flys-backend/doc/schema/postgresql-cleanup.sql	Mon Apr 18 15:52:53 2011 +0000
@@ -1,5 +1,7 @@
 BEGIN;
 
+DROP VIEW wst_value_table;
+
 DROP TABLE wst_column_q_ranges;
 DROP TABLE wst_q_ranges;
 DROP TABLE wst_column_values;

http://dive4elements.wald.intevation.org