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 daa9c4b..165322c 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)