Changeset 915 for pykota/trunk/initscripts/pykota-postgresql.sql
- Timestamp:
- 04/15/03 13:30:57 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/pykota-postgresql.sql
r911 r915 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.13 2003/04/15 11:30:57 jalet 23 -- More work done on money print charging. 24 -- Minor bugs corrected. 25 -- All tools now access to the storage as priviledged users, repykota excepted. 26 -- 22 27 -- Revision 1.12 2003/04/14 20:01:02 jalet 23 28 -- Typo … … 99 104 -- 100 105 CREATE TABLE groups(id SERIAL PRIMARY KEY NOT NULL, 101 groupname TEXT UNIQUE NOT NULL); 106 groupname TEXT UNIQUE NOT NULL, 107 limitby TEXT DEFAULT 'quota'); 102 108 103 109 --