Update to the v12
This commit is contained in:
parent
23f709b601
commit
7142c18265
69 changed files with 5289 additions and 1759 deletions
2
examples/s2i-dump-data/init/init.sql
Normal file
2
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