fix : typo default theme Classic7
This commit is contained in:
parent
0c667dbd4a
commit
728a027a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ begin;
|
|||
-- add style
|
||||
insert into theme (the_name,the_filestyle) values ('Classic7','style-classic7.css');
|
||||
delete from theme where the_filestyle in ('style-mandarine.css','style-mobile.css');
|
||||
update user_global_pref set parameter_value='style-classic7.css' where parameter_type='THEME';
|
||||
update user_global_pref set parameter_value='Classic7' where parameter_type='THEME';
|
||||
-- add constraint
|
||||
alter table jnt_use_dos add CONSTRAINT use_id_dos_id_uniq UNIQUE (use_id,dos_id);
|
||||
-- create table to check progress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue