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.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/caching-tests/test.sql b/caching-tests/test.sql
new file mode 100644
index 00000000..862245b7
--- /dev/null
+++ b/caching-tests/test.sql
@@ -0,0 +1,11 @@
+CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ \ No newline at end of file