Open unbalancedparentheses opened 7 years ago
@igaray do you think you can do this?
Yes, I took a look at this and started. It seems it won't be as straightforward as possible for two reasons:
This is more or less the roadmap I have:
sumo_db
and sumo_db_pgsql
dependencies.db_user
, db_channel
, db_reminder
, and db_holiday
modules to sumo_doc
behaviors. Just add the schema definitions, try to match the current table definitions as closely as possible and see whether sumo can at least create and query model entities.
The database code is getting more complex. We should migrate to a layer like sumo db to manage the db entities. The only issue is that we should update sumo db to use pgapp as the new postgresql driver.