1 -- @tag: defaults_posting_records_config
 
   2 -- @description: Einstellung, ob und wann Belegbuchungen änderbar/löschbar sind.
 
   3 -- @depends: release_2_7_0
 
   6 ALTER TABLE defaults ADD COLUMN is_changeable integer NOT NULL DEFAULT 2;
 
   7 ALTER TABLE defaults ADD COLUMN ir_changeable integer NOT NULL DEFAULT 2;
 
   8 ALTER TABLE defaults ADD COLUMN ar_changeable integer NOT NULL DEFAULT 2;
 
   9 ALTER TABLE defaults ADD COLUMN ap_changeable integer NOT NULL DEFAULT 2;
 
  10 ALTER TABLE defaults ADD COLUMN gl_changeable integer NOT NULL DEFAULT 2;