altocompta/include/sql/patch/upgrade153.sql
sparkyx 3db26be289 Task #0001904: Previsions et budgets
rewriting of forecast : missing SQL files
2021-03-25 17:48:10 +01:00

5 lines
No EOL
203 B
PL/PgSQL

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;