Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix migration error in
token
due to missing userid
field
Replace imports from `h.models` with local ORM classes. The ORM classes in `h.models` assume the DB has the latest schema, which is not the case when running migrations. The new code matches how other migrations work. Fixes #8541
- Loading branch information