You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/migrations/fixtures
Lunny Xiao 40de54ece8
Remove If Exist check on migration for mssql because that syntax required SQL server 2016 (#30894)
Fix #30872

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>
3 weeks ago
..
Test_AddCombinedIndexToIssueUser Add combined index for issue_user.uid and issue_id (#28080) 6 months ago
Test_AddConfidentialClientColumnToOAuth2ApplicationTable Fix wrong table name (#30557) 1 month ago
Test_AddHeaderAuthorizationEncryptedColWebhook Move migration test fixtures to the correct directories (#21901) 2 years ago
Test_AddIssueResourceIndexTable Fix bug hidden on CI and make ci failed if tests failure (#29254) 3 months ago
Test_AddRepoIDForAttachment Fix bug hidden on CI and make ci failed if tests failure (#29254) 3 months ago
Test_AddUniqueIndexForProjectIssue Add unique index for project_issue to prevent duplicate data (#30190) 2 months ago
Test_CheckProjectColumnsConsistency Add default board to new projects, remove uncategorized pseudo-board (#29874) 2 months ago
Test_DeleteOrphanedIssueLabels Fix more yaml lint errors (#27284) 8 months ago
Test_RemigrateU2FCredentials Move migration test fixtures to the correct directories (#21901) 2 years ago
Test_RemoveInvalidLabels Fix more yaml lint errors (#27284) 8 months ago
Test_RepositoryFormat Remove If Exist check on migration for mssql because that syntax required SQL server 2016 (#30894) 3 weeks ago
Test_StoreWebauthnCredentialIDAsBytes Fix more yaml lint errors (#27284) 8 months ago
Test_UnwrapLDAPSourceCfg Move migration test fixtures to the correct directories (#21901) 2 years ago
Test_UpdateBadgeColName Fix bug hidden on CI and make ci failed if tests failure (#29254) 3 months ago
Test_UpdateOpenMilestoneCounts Move migration test fixtures to the correct directories (#21901) 2 years ago