Pull changes from upstream repository
This commit is contained in:
parent
dff2dc8e3b
commit
2734f2bcd7
40 changed files with 5168 additions and 481 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