/[webpac2]/trunk/sql/schema.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/sql/schema.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 35 by dpavlin, Sun Jul 24 09:27:26 2005 UTC revision 36 by dpavlin, Tue Aug 2 00:42:29 2005 UTC
# Line 34  create table items ( Line 34  create table items (
34          id      serial,          id      serial,
35          title   text,          title   text,
36          entry_id int references entries(id),          entry_id int references entries(id),
   
37          i_type  text not null,          i_type  text not null,
38          date timestamp not null default now(),          date timestamp not null default now(),
39          primary key(id)          primary key(id)

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26