seitime-frappe/frappe/database
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
..
mariadb fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30
postgres fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
database.py fix(database): Fixed sql convention inconsistency (#14230) 2021-09-16 17:50:22 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
schema.py fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30