Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptabase/aptabase
/ Down
Method
Down
src/Data/Migrations/0006_AddSubscriptions.cs:25–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
public override void Down()
26
{
27
Delete.Index(
"idx_subscriptions_owner"
);
28
Delete.Table(
"billing"
);
29
}
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected