diff options
author | 2022-10-31 21:45:30 +0100 | |
---|---|---|
committer | 2023-01-31 15:16:48 +0100 | |
commit | 3169db99bd1f03c9be25d2daf1d7391614b78974 (patch) | |
tree | 2377561f6b2bbe86c9dba7287a6f3304d723bf2a /internal/db/bundb/errors.go | |
parent | [chore] remove vendor (diff) | |
download | gotosocial-3169db99bd1f03c9be25d2daf1d7391614b78974.tar.xz |
[bugfix] create admin_account_actions table in tx
The migration that adds the `admin_account_actions` table also added
indexes. While the indexes were created within the transaction, the
table was created outside the transaction. These could race, causing the
migration to file.
This changeset corrects the creation of the new table to also happen
within the transaction.
Diffstat (limited to 'internal/db/bundb/errors.go')
0 files changed, 0 insertions, 0 deletions