aboutsummaryrefslogtreecommitdiffhomepage
path: root/caching-tests/test.sql
diff options
context:
space:
mode:
Diffstat (limited to 'caching-tests/test.sql')
-rw-r--r--caching-tests/test.sql16
1 files changed, 0 insertions, 16 deletions
diff --git a/caching-tests/test.sql b/caching-tests/test.sql
deleted file mode 100644
index 7ade7278..00000000
--- a/caching-tests/test.sql
+++ /dev/null
@@ -1,16 +0,0 @@
-CREATE TABLE uw_Test_foo01(uw_id int8 NOT NULL, uw_bar text NOT NULL,
- PRIMARY KEY (uw_id)
-
- );
-
- CREATE TABLE uw_Test_foo10(uw_id int8 NOT NULL, uw_bar text NOT NULL,
- PRIMARY KEY (uw_id)
-
- );
-
- CREATE TABLE uw_Test_tab(uw_id int8 NOT NULL, uw_val int8 NOT NULL,
- PRIMARY KEY (uw_id)
-
- );
-
- \ No newline at end of file