seitime-frappe/frappe/database/postgres
Ankush Menat eef9c2c8cc refactor!: Better Integer handling
- Remove length: it makes no difference, it's for ZEROFILL only.
- Switch to tinyint for checkboxes in mysql and smallint on postgres.
- Use `int` instead of `bigint` by default.
2024-04-06 11:11:29 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py refactor!: Better Integer handling 2024-04-06 11:11:29 +05:30
framework_postgres.sql fix: Add is_virtual in bootstrap schema 2024-03-10 12:19:37 +05:30
schema.py feat: UUID name implementation for postgres 2024-03-29 21:02:54 +05:30
setup_db.py feat: enable db socket connection 2024-03-29 10:29:50 +01:00