Changeset 765 for pykota/trunk/initscripts
- Timestamp:
- 02/08/03 23:12:09 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/pykota-postgresql.sql
r695 r765 14 14 -- 15 15 -- $Log$ 16 -- Revision 1.2 2003/02/08 22:12:09 jalet 17 -- Life time counter for users and groups added. 18 -- 16 19 -- Revision 1.1 2003/02/05 21:28:17 jalet 17 20 -- Initial import into CVS … … 69 72 userid INT4 REFERENCES users(id), 70 73 printerid INT4 REFERENCES printers(id), 74 lifepagecounter INT4 DEFAULT 0, 71 75 pagecounter INT4 DEFAULT 0, 72 76 softlimit INT4, … … 80 84 groupid INT4 REFERENCES groups(id), 81 85 printerid INT4 REFERENCES printers(id), 86 lifepagecounter INT4 DEFAULT 0, 82 87 pagecounter INT4 DEFAULT 0, 83 88 softlimit INT4,