Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
4
include/sql/patch/upgrade43.sql
Normal file
4
include/sql/patch/upgrade43.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin;
|
||||
delete from bud_detail where bd_id not in (select bd_id from bud_detail_periode);
|
||||
update version set val=44;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue