Show
Ignore:
Timestamp:
04/22/08 00:33:07 (9 months ago)
Author:
aarkerio
Message:

Webquest

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/sql/karamelo_postgres.sql

    r416 r418  
    518518  "user_id" int REFERENCES users(id) ON DELETE CASCADE, 
    519519  "status" smallint NOT NULL DEFAULT 0, 
     520  "value" smallint NOT NULL DEFAULT 10, 
    520521  "karanet" smallint NOT NULL DEFAULT 0  -- share karanet? 
    521522);