diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-27 18:59:21 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-27 18:59:21 +0100 |
commit | d74a7b7aec40d83b940dbfe10850734075aa6c5c (patch) | |
tree | b1e0050b6265b068956ae7d417e1d5d8baf7a985 /test/sql/selectTestTable.sql | |
parent | Basic type mapper (diff) | |
download | mygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.tar.bz2 mygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.tar.xz mygrate-d74a7b7aec40d83b940dbfe10850734075aa6c5c.zip |
Add an existing table to the config
Diffstat (limited to 'test/sql/selectTestTable.sql')
-rw-r--r-- | test/sql/selectTestTable.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/selectTestTable.sql b/test/sql/selectTestTable.sql new file mode 100644 index 0000000..2543786 --- /dev/null +++ b/test/sql/selectTestTable.sql @@ -0,0 +1,2 @@ +SELECT id, session_id, user_lvl, ip_addr, port, created, modified, last_action +FROM testout.session |