hide wiki things
[platal.git] / install.d / skins / uninstall.sql
1 alter table auth_user_quick drop column skin;
2 delete from admin_a where url='admin/gerer_skins.php';
3 DROP TABLE skins;