Update documentation to explicitly state we should not be putting migrations behind feature flags (#48663) (#48666)

(cherry picked from commit 38fc0c68e4)

Co-authored-by: Jeff Levin <jeff@levinology.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-05 10:12:34 -08:00
committed by GitHub
co-authored by Jeff Levin
parent 6ec7434fde
commit c375e67bf9
2 changed files with 5 additions and 0 deletions
@@ -13,6 +13,9 @@ import (
// 1. Never change a migration that is committed and pushed to main
// 2. Always add new migrations (to change or undo previous migrations)
// 3. Some migrations are not yet written (rename column, table, drop table, index etc)
// 4. Putting migrations behind feature flags is no longer recommended as broken
// migrations may not be caught by integration tests unless feature flags are
// specifically added
type OSSMigrations struct {
}