diff options
Diffstat (limited to 'sql/Austria-chart.sql')
-rwxr-xr-x | sql/Austria-chart.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Austria-chart.sql b/sql/Austria-chart.sql index f49c3897..477cce83 100755 --- a/sql/Austria-chart.sql +++ b/sql/Austria-chart.sql @@ -1,3 +1,4 @@ +begin; -- Kontoplan für Österreich -- Ferdinand Gassauer, Tue, 5 Feb 2002 -- checked and completed, Thu, 7 Feb 2002, Dieter Simader @@ -152,3 +153,4 @@ INSERT INTO defaults (setting_key, value) VALUES ('income_accno_id', (select id INSERT INTO defaults (setting_key, value) VALUES ('weightunit', 'kg'); -- +commit; |