/[webpac2]/trunk/t/conf/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/t/conf/schema.sql

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

revision 1209 by dpavlin, Fri May 29 21:37:58 2009 UTC revision 1210 by dpavlin, Sat May 30 15:26:25 2009 UTC
# Line 1  Line 1 
1  -- drop table webpac2;  drop table if exists test;
2    
3  create table webpac2 (  create table test (
4          id serial,          id serial,
5          foo int not null,          foo int not null,
6          bar int,          bar int,

Legend:
Removed from v.1209  
changed lines
  Added in v.1210

  ViewVC Help
Powered by ViewVC 1.1.26