summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/crud2.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/demo/crud2.sql b/demo/crud2.sql
deleted file mode 100644
index 88568f2a..00000000
--- a/demo/crud2.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE uw_Crud2_t(uw_id int8 NOT NULL, uw_nam text NOT NULL,
- uw_ready bool NOT NULL);
-
- CREATE SEQUENCE uw_Crud2_Crud_Make_seq;
-
- \ No newline at end of file