Can get an iCal version of the events (it works but is not finished)
[platal.git] / upgrade / 0.9.12 / 01_xnet.sql
1 use groupex;
2 alter table evenements add column accept_nonmembre tinyint(1) not null default 0;
3 alter table evenements add column archive tinyint(1) not null default 0;
4 use x4dat;