Explorar o código

Correcte verwijderprocedure

Stan Janssen %!s(int64=7) %!d(string=hai) anos
pai
achega
41abd86b32
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      bag_create_queries.pgsql

+ 3 - 3
bag_create_queries.pgsql

@@ -559,6 +559,6 @@ AND P.woonplaatsnaam IS NULL
 
 /* Ruim ongebruikte tabellen op */
 
-DROP VIEW bagactueel.pand_adres;
-DROP VIEW bagactueel.temp_verblijfsobject_oppervlakte;
-DROP VIEW bagactueel.pand_oppervlakte;
+DROP MATERIALIZED VIEW bagactueel.pand_adres;
+DROP MATERIALIZED VIEW bagactueel.pand_oppervlakte;
+DROP TABLE bagactueel.temp_verblijfsobject_oppervlakte;