Can archive the events (useful to clean %grp/events without deleting the events)
[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;