fix style
This commit is contained in:
parent
45954602d7
commit
0203be07e8
4 changed files with 12 additions and 2 deletions
2
html/admin/sql/patch/ac-upgrade5.sql
Normal file
2
html/admin/sql/patch/ac-upgrade5.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
update fiche_def_ref set frd_class_base=2400 where frd_id=7;rom ac_dossier);
|
||||
update version set val=6;
|
||||
|
|
@ -95,5 +95,3 @@ insert into parameter (pr_id) values ('MY_NUMBER');
|
|||
|
||||
update version set val=6;
|
||||
|
||||
--make sure that p_start < p_end
|
||||
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
|
||||
|
|
|
|||
6
html/admin/sql/patch/upgrade6.sql
Normal file
6
html/admin/sql/patch/upgrade6.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
--make sure that p_start < p_end
|
||||
ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);
|
||||
|
||||
|
||||
update version set val=7;
|
||||
|
|
@ -207,8 +207,12 @@ span.even {
|
|||
|
||||
tr.odd {
|
||||
background-color:#DDE6FF;
|
||||
font-size:10px;
|
||||
border-size:0px;
|
||||
}
|
||||
tr {
|
||||
font-size:10px;
|
||||
}
|
||||
td.odd{
|
||||
background-color:#DDE6FF ;
|
||||
border-size:0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue