chg: replaced ant with gradle
This commit is contained in:
parent
ced560f0c7
commit
7eebeee1d0
615 changed files with 87626 additions and 638 deletions
4
modules/jala/tests/Database.script.sql
Normal file
4
modules/jala/tests/Database.script.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
CREATE TABLE test (id INTEGER NOT NULL, name VARCHAR(255), PRIMARY KEY (id));
|
||||
INSERT INTO test (id, name) VALUES (1, 'jala');
|
||||
INSERT INTO test (id, name) VALUES (2, 'Database');
|
||||
INSERT INTO test (id, name) VALUES (3, 'Test');
|
Loading…
Add table
Add a link
Reference in a new issue