Das "NOT NULL"-Constraint darf ruhig da bleiben, auch wenn "0" in die Spalte geschrie...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 30 Jan 2007 08:58:48 +0000 (08:58 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 30 Jan 2007 08:58:48 +0000 (08:58 +0000)
sql/Leerer-Kontenrahmen-chart.sql

index d729962..bb61d96 100644 (file)
@@ -1,6 +1,5 @@
 -- changes on system tables
 -- TODO Make me Update2
-ALTER TABLE tax ALTER COLUMN taxkey DROP NOT NULL;
 
 -- Minimal COA
 
@@ -19,22 +18,3 @@ INSERT INTO chart (
 INSERT INTO tax 
        (chart_id,  rate,  taxnumber,  taxkey,  taxdescription) 
 VALUES ('0',       '0',   '0',         '0',     'ohne Steuerautomatik');
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-