X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fdefaults_posting_records_config.sql;h=1312c38b3668ae86acd74e5d48b2a9e420b60c88;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=d6ef501083cb4c05d557c2060824cb6e630472ef;hpb=781c16772f3c80cc827f11815bfb07b8318621f0;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/defaults_posting_records_config.sql b/sql/Pg-upgrade2/defaults_posting_records_config.sql index d6ef50108..1312c38b3 100644 --- a/sql/Pg-upgrade2/defaults_posting_records_config.sql +++ b/sql/Pg-upgrade2/defaults_posting_records_config.sql @@ -1,7 +1,6 @@ -- @tag: defaults_posting_records_config -- @description: Einstellung, ob und wann Belegbuchungen änderbar/löschbar sind. -- @depends: release_2_7_0 --- @charset: utf-8 ALTER TABLE defaults ADD COLUMN is_changeable integer NOT NULL DEFAULT 2; ALTER TABLE defaults ADD COLUMN ir_changeable integer NOT NULL DEFAULT 2;