Remove compute migrations feature flag (#6653)

This commit is contained in:
Sasha Krassovsky
2024-02-07 07:55:55 -09:00
committed by GitHub
parent 75f1a01d4a
commit 7b49e5e5c3
5 changed files with 9 additions and 16 deletions

View File

@@ -90,9 +90,6 @@ pub enum ComputeFeature {
/// track short-lived connections as user activity.
ActivityMonitorExperimental,
/// Enable running migrations
Migrations,
/// This is a special feature flag that is used to represent unknown feature flags.
/// Basically all unknown to enum flags are represented as this one. See unit test
/// `parse_unknown_features()` for more details.