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