X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8c667be6de60615f1cb2dd8fb9a65e785ee8f412..b2bf0e59c5ec17f0eb0441ab6d8260f8492f6a94:/sql/Pg-upgrade2/history_erp.sql diff --git a/sql/Pg-upgrade2/history_erp.sql b/sql/Pg-upgrade2/history_erp.sql index daa9c4b05..165322c74 100644 --- a/sql/Pg-upgrade2/history_erp.sql +++ b/sql/Pg-upgrade2/history_erp.sql @@ -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)