seitime-frappe/frappe/database/mariadb
leela a76445bcf5 fix: use decimal digits precision 9 instead of 6 while creating schema
Currently we use DECIMAL(18, 6) datatype for float, currency and
percent. But in the system settings we provide a configuration to change the
precision up to 9 digits. This obviously does not work because we do not
store 9 digit precision in database. Fixed by changing the decimal
datatype scale.
2021-09-22 16:07:06 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30
framework_mariadb.sql Merge branch 'develop' of github.com:frappe/frappe into mariadb-10_6 2021-09-14 22:10:24 +05:30
schema.py Merge pull request #13955 from gavindsouza/trim-db 2021-09-15 17:08:40 +05:30
setup_db.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30