forgejo/models/forgejo_migrations
Gusted 8ee32978c0 Add Forgejo migrations (#795)
- Implements https://codeberg.org/forgejo/discussions/issues/32#issuecomment-918737
- Allows to add Forgejo-specific migrations that don't interfere with Gitea's migration logic. Please do note that we cannot liberally add migrations for Gitea tables, as they might do their own migrations in a future version on that table, and that could undo our migrations. Luckily,  we don't have a scenario where that's needed and thus not taken into account.

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/795
2023-06-03 08:41:16 +00:00
..
migrate.go Add Forgejo migrations (#795) 2023-06-03 08:41:16 +00:00