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