Cosmetic and remove other stylesheets
This commit is contained in:
parent
2fca23e67b
commit
b77ade6941
6 changed files with 11 additions and 5019 deletions
8
include/sql/patch/ac-upgrade19.sql
Normal file
8
include/sql/patch/ac-upgrade19.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
begin;
|
||||
|
||||
update user_global_pref set parameter_value='Classic7' where parameter_type='THEME';
|
||||
delete from theme where the_name != 'Classic7';
|
||||
|
||||
|
||||
select upgrade_repo(20);
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue