Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

/kickup/trunk/sql/00.tables.sql
153,15 → 153,13
constraint participants_email unique(email)
);
 
/*
create table participant_acts
(
participant integer not null,
event integer not null,
act integer not null,
comment text,
mod_stamp timestamp,
id integer not null,
participant integer not null,
act integer not null,
comment text,
mod_stamp timestamp,
 
constraint participant_acts_prim primary key (participant, event, act)
constraint participant_acts_prim primary key (participant, act)
);
*/