Pull changes from upstream repository
This commit is contained in:
parent
228023ff21
commit
f409f0a74f
46 changed files with 5661 additions and 0 deletions
2
test/examples/s2i-dump-data/init/init.sql
Normal file
2
test/examples/s2i-dump-data/init/init.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CREATE TABLE test (sth TEXT);
|
||||
INSERT INTO test VALUES ('hello world');
|
||||
Loading…
Add table
Add a link
Reference in a new issue