seitime-frappe/frappe/database/mariadb
Ankush Menat 573028ad3f
fix: always persist all indexes added via db.add_index (#31177)
* fix: always persist all indexes added via db.add_index

* fix: Add `if not exists` clause for index creation

This allows replica to have same index and master to add it later
without causing SQL error. Just minor DX benefit.

* fix(postgres): don't cache if table doesn't exist

* chore: revert postgres changes

Hopeless to maintain this
2025-02-25 07:25:49 +00:00
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: always persist all indexes added via db.add_index (#31177) 2025-02-25 07:25:49 +00:00
framework_mariadb.sql fix: index sort field by default in tabFile (#25853) 2024-04-08 16:28:21 +05:30
schema.py feat: specify row compression for tables (#31361) 2025-02-21 09:44:40 +05:30
setup_db.py chore: update tested mariadb versions 2024-12-16 19:02:38 +05:30