Task #0001904: Previsions et budgets
rewriting of forecast : missing SQL files
This commit is contained in:
parent
b607bb138e
commit
3db26be289
3 changed files with 6 additions and 3 deletions
5
include/sql/patch/upgrade153.sql
Normal file
5
include/sql/patch/upgrade153.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue