Show
Ignore:
Timestamp:
02/26/03 21:34:22 (21 years ago)
Author:
jalet
Message:

Default value for printer page counter set to 0

Files:
1 modified

Legend:

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

    r765 r811  
    1414-- 
    1515-- $Log$ 
     16-- Revision 1.3  2003/02/26 20:34:22  jalet 
     17-- Default value for printer page counter set to 0 
     18-- 
    1619-- Revision 1.2  2003/02/08 22:12:09  jalet 
    1720-- Life time counter for users and groups added. 
     
    6467                      printername TEXT UNIQUE NOT NULL, 
    6568                      lastusername TEXT, 
    66                       pagecounter INT4); 
     69                      pagecounter INT4 DEFAULT 0); 
    6770                     
    6871--