summaryrefslogtreecommitdiffstats
path: root/db_demo/sql/drop.sql
diff options
context:
space:
mode:
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