Show
Ignore:
Timestamp:
01/27/08 19:09:49 (9 months ago)
Author:
miker
Message:

adding create_time column to match the IDL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/src/sql/Pg/090.schema.action.sql

    r8159 r8506  
    9090        stop_fines_time         TIMESTAMP WITH TIME ZONE, 
    9191        checkin_time            TIMESTAMP WITH TIME ZONE, 
     92        create_time             TIMESTAMP WITH TIME ZONE    NOT NULL DEFAULT NOW(), 
    9293        duration                INTERVAL,                                 -- derived from "circ duration" rule 
    9394        fine_interval           INTERVAL                        NOT NULL DEFAULT '1 day'::INTERVAL, -- derived from "circ fine" rule