Show
Ignore:
Timestamp:
06/20/04 18:15:21 (20 years ago)
Author:
jalet
Message:

Added "description" attribute for printers

Files:
1 modified

Legend:

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

    r1520 r1556  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.3  2004/06/20 16:15:21  jalet 
     23-- Added "description" attribute for printers 
     24-- 
    2225-- Revision 1.2  2004/06/03 23:14:10  jalet 
    2326-- Now stores the job's size in bytes in the database. 
     
    4548-- Modify the old database schema 
    4649-- 
     50ALTER TABLE printers ADD COLUMN description TEXT; 
    4751ALTER TABLE jobhistory ADD COLUMN jobsizebytes INT8; 
    4852ALTER TABLE jobhistory ADD COLUMN hostname TEXT;