Show
Ignore:
Timestamp:
01/11/05 00:23:25 (19 years ago)
Author:
jalet
Message:

Added the billing code to the history

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/pykota-postgresql.sql

    r1994 r2024  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.13  2005/01/10 23:23:25  jalet 
     23-- Added the billing code to the history 
     24-- 
    2225-- Revision 1.12  2004/12/23 18:40:18  jalet 
    2326-- Added the coefficient table, and many columns to existing tables 
     
    148151                        md5sum TEXT, 
    149152                        pages TEXT, 
     153                        billingcode TEXT, 
    150154                        jobdate TIMESTAMP DEFAULT now(), 
    151155                        CONSTRAINT checkUserPQuota FOREIGN KEY (userid, printerid) REFERENCES userpquota(userid, printerid));