make H2 database console available

This commit is contained in:
2016-07-16 23:10:04 +02:00
parent 3bcd040867
commit 3b711d47c5
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,6 @@ INSERT INTO Transaction (id, amount, account_id, category_id, date, description,
(NULL, -4.81, 1, 3, '2016-04-18', 'Currywurst (Auslage Adam)', 1),
(NULL, -4.50, 1, 3, '2016-04-19', 'Currywurst', null),
(NULL, -4.50, 1, 3, '2016-04-20', 'Currywurst', null),
(NULL, -4.50, 2, 3, '2016-04-20', 'Currywurst', null),
(NULL, -4.09, 1, 3, '2016-04-18', 'Currywurst-Frühstück', null),
(NULL, -4.90, 1, 3, '2016-04-18', 'Currywurst (Auslage Betty)', 2),
(NULL, -8.90, 1, 3, '2016-04-18', 'Curry beim Inder (Auslage Adam)', 1),
@@ -28,6 +27,7 @@ INSERT INTO Transaction (id, amount, account_id, category_id, date, description,
(NULL, -10, 1, 4, '2016-04-14 10:03:00', 'Entnahme Adam', 1),
(NULL, 1340.22, 2, 5, '2016-04-02', 'Gehalt Adam', null),
(NULL, -4.50, 2, 6, '2016-04-20', 'WebPack', null),
(NULL, -12.90, 2, 6, '2016-04-16', 'Host Europe', null);