X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c5b4fdf47f0959a9cb7546fe907ff5b14330f7b3..9f055edb25f912aa2cb3dfd8e8a4cf20703f75a2:/sql/lx-office.sql diff --git a/sql/lx-office.sql b/sql/lx-office.sql index ffcf8ca36..b4f956bbc 100644 --- a/sql/lx-office.sql +++ b/sql/lx-office.sql @@ -112,6 +112,7 @@ CREATE TABLE "defaults" ( "audittrail" bool default 'f', "articlenumber" text, "servicenumber" text, + "coa" text, "itime" timestamp DEFAULT now(), "mtime" timestamp ); @@ -534,6 +535,7 @@ CREATE TABLE "business" ( "mtime" timestamp ); + CREATE TABLE "sic" ( "code" text, "sictype" character(1),