* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_mariadb.sql | ||
| schema.py | ||
| setup_db.py | ||