Changeset 367 for trunk/app/config
- Timestamp:
- 04/04/08 00:23:34 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/karamelo_postgres.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/karamelo_postgres.sql
r342 r367 585 585 "title" varchar(50), 586 586 "description" text NOT NULL, 587 "status" smallint NOT NULL DEFAULT 0 CHECK (status IN (1, 0)) 587 "status" smallint NOT NULL DEFAULT 0 CHECK (status IN (1, 0)), 588 "karanet" smallint NOT NULL DEFAULT 0 588 589 ); 589 590
