]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/innodb.sql
scripts/strip_geo.php to remove geodata from notices by a given user/profile.
[quix0rs-gnu-social.git] / db / innodb.sql
1 alter table profile drop index nickname, engine=InnoDB;
2 alter table notice drop index content, engine=InnoDB;