diff options
| author | felix <felix> | 2018-06-25 03:30:04 +0000 |
|---|---|---|
| committer | felix <felix> | 2018-06-25 03:30:04 +0000 |
| commit | 7b85630b672cc220cc3a4201e9554502e98ef10e (patch) | |
| tree | 643a0a32a6a297b3365032313eefb05e9575ea04 /testdata | |
| parent | 6e0dacb24add46804b4093d483b77d433a958b9c (diff) | |
| download | migrate-7b85630b672cc220cc3a4201e9554502e98ef10e.tar.gz migrate-7b85630b672cc220cc3a4201e9554502e98ef10e.tar.bz2 | |
Add file tests
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/002_description2.sql | 1 | ||||
| -rw-r--r-- | testdata/01_description.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testdata/002_description2.sql b/testdata/002_description2.sql new file mode 100644 index 0000000..1d466aa --- /dev/null +++ b/testdata/002_description2.sql @@ -0,0 +1 @@ +insert into test1 (pk) values (1) diff --git a/testdata/01_description.sql b/testdata/01_description.sql new file mode 100644 index 0000000..9707142 --- /dev/null +++ b/testdata/01_description.sql @@ -0,0 +1 @@ +create table if not exists test1 (pk bigint not null primary key); |
