* fix(schema): drop unique constraint and indexes for deleted doctype fields * refactor(schema): rename a variable and remove commented code * test: add test case for dropping unique constraint on field deletion from doctype * fix(tests): prevent list mutation during iteration * test(db): guard MariaDB-specific unique index test with db_type_is.MARIADB * fix(schema): drop unique constraints and indexes for deleted fields on postgres * fix(schema): make postgres unique cleanup idempotent for deleted fields * fix(schema): make postgres unique cleanup idempotent on reload * test: add test case for dropping unique constraint and index on field deletion for postgres * fix(schema): make postgres unique cleanup idempotent |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_mariadb.sql | ||
| mysqlclient.py | ||
| schema.py | ||
| setup_db.py | ||