Query error after the app has been created

Hello @Santosh_Srinivas

I can see there is another missing transformation on column Land Consumption (ton/acre)
It should be:

'Land Consumption (ton/acre)': {
     type: DataTypes.DOUBLE,
   },

Can you update it and tell me if it works?

We also released a new version of lumber for addressing the issue with column name having parenthesis.
You could try regenerating your project to see how the models files are generated.
I think it will help :slight_smile:

Thanks! I’ll try to regenerate in a bit. No errors now but the UI throws this error

Any quick way of regenerating @Guillaume_Cisco :stuck_out_tongue:?
Also, if we are able to push DB updates … say new tables it would be great!

Hi @Guillaume_Cisco! I finally upgraded and regenerated the models.
It seems to finally work now! :slight_smile:

2 Likes

Hi @Santosh_Srinivas!

I’m glad it helped! :tada:

1 Like