Can get an iCal version of the events (it works but is not finished)
[platal.git] / upgrade / 0.9.12 / 01_xnet.sql
CommitLineData
062e5f97 1use groupex;
f02eefd4 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;
062e5f97 4use x4dat;