ops: live SMS creds on .13; seed-admin cmd in make db-up (admin survives DB resets)
This commit is contained in:
@@ -36,6 +36,7 @@ type Querier interface {
|
||||
SetScanPhone(ctx context.Context, arg SetScanPhoneParams) error
|
||||
SetTagStatus(ctx context.Context, arg SetTagStatusParams) error
|
||||
UpdateTagDetails(ctx context.Context, arg UpdateTagDetailsParams) (Tag, error)
|
||||
UpsertAdmin(ctx context.Context, arg UpsertAdminParams) (User, error)
|
||||
}
|
||||
|
||||
var _ Querier = (*Queries)(nil)
|
||||
|
||||
Reference in New Issue
Block a user