Task #0001904: Previsions et budgets

rewriting of forecast : missing SQL files
This commit is contained in:
sparkyx 2021-03-25 17:48:10 +01:00
parent b607bb138e
commit 3db26be289
3 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,5 @@
begin ;
alter table forecast_cat rename to forecast_category;
alter table forecast_category alter f_id set not null;
insert into version (val,v_description) values (154,'Rewriting of FORECAST');
commit;