altocompta/contrib/mono-dossier/patch-mono.sql~
Dany De Bontridder d0d90f1ed0 Add too many files
2015-11-11 23:30:52 +01:00

8 lines
476 B
MySQL

begin;
update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' where the_name='Colored';
update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where the_name='EPad';
update theme set the_name = 'Classique' where the_name='classic';
update user_global_pref set parameter_value='Classique' where parameter_type='THEME';
update theme set the_filestyle='style-classic.css' where the_filestyle='style.css';
update repo_version set val=15;
commit;