pycorepos/corepos/db
Lance Edgar 29638c062c Remove "default" values from Product model definition
i'm a bit torn about this.  on the one hand i like there being some default
values here, but realistically they didn't all make sense.  also it could be
said that default values amount to business logic and that should stay in CORE
basically.

but in the end, i needed these to go away in order to simplify generating some
SQL INSERT statements.  was using SQLAlchemy core and it kept insisting that
all fields with a "default" defined should be part of the INSERT statement, but
really i didn't want them to be.  so they no longer have defaults.
2020-12-07 17:41:01 -06:00
..
office_op Remove "default" values from Product model definition 2020-12-07 17:41:01 -06:00
office_trans Move "transaction" DB for CORE Office to office_trans subpackage 2020-02-27 21:46:31 -06:00
__init__.py Move "operational" DB for CORE Office to office_op subpackage 2020-02-27 21:42:07 -06:00
model.py Move "operational" DB for CORE Office to office_op subpackage 2020-02-27 21:42:07 -06:00
util.py Add table_exists() util function 2020-03-31 14:09:51 -05:00