0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-03 10:15:47 -05:00
forgejo/models/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
..
base Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
fixtures Remove wrongly added column on migration test fixtures (#23456) 2023-03-14 19:49:59 +08:00
v1_6
v1_7
v1_8
v1_9
v1_10
v1_11 Enable forbidigo linter (#24278) 2023-04-24 05:50:58 -04:00
v1_12
v1_13 Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
v1_14 Remove most path-based golangci exclusions (#24214) 2023-04-19 22:08:01 -04:00
v1_15
v1_16
v1_17 Drop migration for ForeignReference (#23605) 2023-03-23 15:01:55 -04:00
v1_18
v1_19
v1_20 Add the ability to pin Issues (#24406) 2023-05-25 15:17:19 +02:00
migrations.go Add Forgejo migrations (#795) 2023-06-03 08:41:16 +00:00