Revision cfc8ce07
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
sql/Leerer-Kontenrahmen-chart.sql | ||
---|---|---|
-- changes on system tables
|
||
-- TODO Make me Update2
|
||
ALTER TABLE tax ALTER COLUMN taxkey DROP NOT NULL;
|
||
|
||
-- Minimal COA
|
||
|
||
... | ... | |
INSERT INTO tax
|
||
(chart_id, rate, taxnumber, taxkey, taxdescription)
|
||
VALUES ('0', '0', '0', '0', 'ohne Steuerautomatik');
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Auch abrufbar als: Unified diff
Das "NOT NULL"-Constraint darf ruhig da bleiben, auch wenn "0" in die Spalte geschrieben wird.