Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptabase/aptabase
/ Down
Method
Down
src/Data/Migrations/0010_AddCache.cs:16–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
public override void Down()
17
{
18
Delete.Table(
"cache"
);
19
}
20
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected