MCPcopy Create free account
hub / github.com/aptabase/aptabase / Down

Method Down

src/Data/Migrations/0011_AddFeatureFlags.cs:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public override void Down()
27 {
28 Delete.Index("idx_feature_flags_app_key_env");
29 Delete.Table("feature_flags");
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected