Changeset 452 for trunk/app/config

Show
Ignore:
Timestamp:
05/04/08 23:49:32 (7 months ago)
Author:
aarkerio
Message:

Best podcast

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/postgresql/webquests.sql

    r436 r452  
    1414  "user_id" int REFERENCES users(id) ON DELETE CASCADE, 
    1515  "status" smallint NOT NULL DEFAULT 0, 
    16   "value" smallint NOT NULL DEFAULT 10, 
     16  "points" smallint NOT NULL DEFAULT 10, 
    1717  "karanet" smallint NOT NULL DEFAULT 0  -- share karanet? 
    1818);