It is the very first error i will get after migrating 8 to 9.Actually i am knowing the reason that transient column does not exists.But migration script cannot make column 'transient'?
Programming error: column "transient" does not exist
LINE 1: select model, transient from ir_model where state='manual'
Can i have to makie that column manually or any other issue?
Please guide me
It is the very first error i will get after migrating 8 to 9.Actually i am knowing the reason that transient column does not exists.But migration script cannot make column 'transient'?
Programming error: column "transient" does not exist
LINE 1: select model, transient from ir_model where state='manual'
Can i have to makie that column manually or any other issue?
Please guide me