Hide warnings for removed migrations (#3449)

For #3427
This commit is contained in:
Zach Wasserman 2021-12-23 12:07:17 -08:00 committed by GitHub
parent 7b46df569c
commit fb10d50f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -406,6 +406,12 @@ var (
// Was basically running `DELETE FROM packs WHERE deleted = 1`, (such `deleted`
// column doesn't exist anymore).
20171212182459: {},
// Deleted in
// https://github.com/fleetdm/fleet/commit/fd61dcab67f341c9e47fb6cb968171650c19a681
20161223115449: {},
20170309091824: {},
20171027173700: {},
20171212182458: {},
}
)