]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Tabelle history_erp braucht noch einen Zeitstempel.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 21 Feb 2007 08:20:25 +0000 (08:20 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 21 Feb 2007 08:20:25 +0000 (08:20 +0000)
sql/Pg-upgrade2/history_erp.sql

index daa9c4b05e0d836d55842b97d44026dd78763264..165322c74a9eab2e293e45332d03949f0becad62 100644 (file)
@@ -12,6 +12,7 @@ CREATE TABLE history_erp (
        employee_id integer,
        addition text,
        what_done text,
+       itime timestamp DEFAULT now(),
 
        PRIMARY KEY (id),
        FOREIGN KEY (employee_id) REFERENCES employee (id)