summaryrefslogtreecommitdiffstats
path: root/db_demo/sql/drop.sql
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-27 09:50:18 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-27 09:50:18 (GMT)
commite2b5d9764888e0f307ebcdf9c20835b197a0f63c (patch)
tree00bf9c6fbc7dae49d14ac91d44fe5e3f20d1454d /db_demo/sql/drop.sql
parent9b5236ed96a79e0fe979e2d7a7bc7173170af6cf (diff)
download2iv55-e2b5d9764888e0f307ebcdf9c20835b197a0f63c.zip
2iv55-e2b5d9764888e0f307ebcdf9c20835b197a0f63c.tar.gz
2iv55-e2b5d9764888e0f307ebcdf9c20835b197a0f63c.tar.bz2
db functies
Diffstat (limited to 'db_demo/sql/drop.sql')
-rw-r--r--db_demo/sql/drop.sql8
1 files changed, 3 insertions, 5 deletions
diff --git a/db_demo/sql/drop.sql b/db_demo/sql/drop.sql
index 9553629..4ea9cf7 100644
--- a/db_demo/sql/drop.sql
+++ b/db_demo/sql/drop.sql
@@ -1,7 +1,5 @@
--- drop views (3)
-DROP VIEW vw_turn;
-DROP VIEW vw_test;
-DROP VIEW vw_person;
+-- drop views and functions
+\i soft_drop.sql
-- drop sequences (3)
DROP SEQUENCE seq_person;
@@ -17,4 +15,4 @@ DROP TABLE tbl_person;
DROP TABLE const_gametype;
DROP TABLE const_block;
DROP TABLE const_boxsize;
-DROP TABLE const_agegroup;
+DROP TABLE const_agegroup; \ No newline at end of file