From 7804cdf8ecbc2bb40231199669444665df597eb6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 4 Jul 2021 19:32:42 +0100 Subject: Support copying exist table data --- test/sql/fillTestTable.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/sql/fillTestTable.sql (limited to 'test/sql') diff --git a/test/sql/fillTestTable.sql b/test/sql/fillTestTable.sql new file mode 100644 index 0000000..188107f --- /dev/null +++ b/test/sql/fillTestTable.sql @@ -0,0 +1,2 @@ +INSERT INTO session(session_id, username, user_lvl, ip_addr, port, created, modified) + VALUES('hashyhash', 'testuser', 'groupadm', '10.10.0.1', 2433, now(), now()); -- cgit v1.2.3