sync with latest upstream source
This commit is contained in:
parent
dff2dc8e3b
commit
23f709b601
51 changed files with 5514 additions and 590 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