Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptabase/aptabase
/ Down
Method
Down
src/Data/Migrations/0001_InitialSetup.cs:39–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public override void Down()
40
{
41
Delete.Table(
"apps"
);
42
Delete.Table(
"users"
);
43
}
44
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected