Switches to a 3-state geocoding: the user can choose to keep the geocoded properties...
[platal.git] / upgrade / 0.9.15 / 07_forums.sql
1 use forums;
2 alter table profils change flags flags set('threads','automaj','xface') not null;
3 use x4dat;
4
5 # vim:set syntax=mysql: