Changeset 2318 for pykota/trunk/initscripts/postgresql
- Timestamp:
- 06/17/05 09:03:19 (19 years ago)
- Location:
- pykota/trunk/initscripts/postgresql
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r2317 r2318 172 172 CREATE TABLE billingcodes (id SERIAL PRIMARY KEY NOT NULL, 173 173 label TEXT UNIQUE NOT NULL, 174 description TEXT, 174 175 balance FLOAT DEFAULT 0.0, 175 176 pagecounter INT4 DEFAULT 0); -
pykota/trunk/initscripts/postgresql/upgrade-to-1.23.sql
r2317 r2318 55 55 CREATE TABLE billingcodes (id SERIAL PRIMARY KEY NOT NULL, 56 56 label TEXT UNIQUE NOT NULL, 57 description TEXT, 57 58 balance FLOAT DEFAULT 0.0, 58 59 pagecounter INT4 DEFAULT 0);