Fix bug in the update scripts
This commit is contained in:
parent
38cd7bdee8
commit
cb6834c2fb
5 changed files with 7 additions and 5 deletions
|
|
@ -1,2 +1,4 @@
|
|||
delete from jnt_use_dos where dos_id not in (select dos_id from ac_dossier );
|
||||
|
||||
delete from jnt_use_dos where dos_id not in (select dos_id from ac_dossier);
|
||||
update version set val=4;
|
||||
update version set val=4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue