MCPcopy Create free account
hub / github.com/coder/coder / Drop

Method Drop

coderd/database/migrations/txnmigrator.go:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func (*pgTxnDriver) Drop() error {
148 panic("not implemented")
149}
150
151func (d *pgTxnDriver) ensureVersionTable() error {
152 err := d.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected