ForeignKeysRestoredRule
Reports SQLite migration files that disable foreign keys without restoring them.
The rule checks migration text for PRAGMA foreign_keys = OFF without a matching restore to ON.
Reports SQLite migration files that disable foreign keys without restoring them.
The rule checks migration text for PRAGMA foreign_keys = OFF without a matching restore to ON.