Revision cfc8ce07
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
sql/Leerer-Kontenrahmen-chart.sql | ||
---|---|---|
1 | 1 |
-- changes on system tables |
2 | 2 |
-- TODO Make me Update2 |
3 |
ALTER TABLE tax ALTER COLUMN taxkey DROP NOT NULL; |
|
4 | 3 |
|
5 | 4 |
-- Minimal COA |
6 | 5 |
|
... | ... | |
19 | 18 |
INSERT INTO tax |
20 | 19 |
(chart_id, rate, taxnumber, taxkey, taxdescription) |
21 | 20 |
VALUES ('0', '0', '0', '0', 'ohne Steuerautomatik'); |
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
|
|
40 |
|
Auch abrufbar als: Unified diff
Das "NOT NULL"-Constraint darf ruhig da bleiben, auch wenn "0" in die Spalte geschrieben wird.