summaryrefslogtreecommitdiff
path: root/test/sql/fillTestTable.sql
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-07-04 19:32:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-07-04 19:32:42 +0100
commit7804cdf8ecbc2bb40231199669444665df597eb6 (patch)
tree965801ee94a1113494fe9f0d414eb5d60d205cde /test/sql/fillTestTable.sql
parentSupport bulk upload to PQ (diff)
downloadmygrate-7804cdf8ecbc2bb40231199669444665df597eb6.tar.bz2
mygrate-7804cdf8ecbc2bb40231199669444665df597eb6.tar.xz
mygrate-7804cdf8ecbc2bb40231199669444665df597eb6.zip
Support copying exist table data
Diffstat (limited to 'test/sql/fillTestTable.sql')
-rw-r--r--test/sql/fillTestTable.sql2
1 files changed, 2 insertions, 0 deletions
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());