0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-06 20:04:50 +01:00
gitea/models/migrations/fixtures
Lunny Xiao 40de54ece8
Remove If Exist check on migration for mssql because that syntax required SQL server 2016 ()
Fix 

We will assume the database is consistent before executing the
migration. So the indexes should exist. Removing `IF EXIST` then is safe
enough.

---------

Co-authored-by: silverwind <me@silverwind.io>
2024-05-11 22:16:09 +08:00
..
Test_AddCombinedIndexToIssueUser Add combined index for issue_user.uid and issue_id () 2023-12-14 09:26:59 +00:00
Test_AddConfidentialClientColumnToOAuth2ApplicationTable Fix wrong table name () 2024-04-23 03:00:57 +00:00
Test_AddHeaderAuthorizationEncryptedColWebhook Move migration test fixtures to the correct directories () 2022-11-23 18:24:55 +08:00
Test_AddIssueResourceIndexTable Fix bug hidden on CI and make ci failed if tests failure () 2024-03-07 17:43:32 +01:00
Test_AddRepoIDForAttachment Fix bug hidden on CI and make ci failed if tests failure () 2024-03-07 17:43:32 +01:00
Test_AddUniqueIndexForProjectIssue Add unique index for project_issue to prevent duplicate data () 2024-04-02 16:02:05 +08:00
Test_CheckProjectColumnsConsistency Add default board to new projects, remove uncategorized pseudo-board () 2024-03-27 20:54:32 +00:00
Test_DeleteOrphanedIssueLabels Fix more yaml lint errors () 2023-09-26 12:56:42 -04:00
Test_RemigrateU2FCredentials Move migration test fixtures to the correct directories () 2022-11-23 18:24:55 +08:00
Test_RemoveInvalidLabels Fix more yaml lint errors () 2023-09-26 12:56:42 -04:00
Test_RepositoryFormat Remove If Exist check on migration for mssql because that syntax required SQL server 2016 () 2024-05-11 22:16:09 +08:00
Test_StoreWebauthnCredentialIDAsBytes Fix more yaml lint errors () 2023-09-26 12:56:42 -04:00
Test_UnwrapLDAPSourceCfg Move migration test fixtures to the correct directories () 2022-11-23 18:24:55 +08:00
Test_UpdateBadgeColName Fix bug hidden on CI and make ci failed if tests failure () 2024-03-07 17:43:32 +01:00
Test_UpdateOpenMilestoneCounts Move migration test fixtures to the correct directories () 2022-11-23 18:24:55 +08:00