diff --git a/management/server/store/sql_store.go b/management/server/store/sql_store.go index 5986214d9..1bcae7048 100644 --- a/management/server/store/sql_store.go +++ b/management/server/store/sql_store.go @@ -172,6 +172,7 @@ func (s *SqlStore) AcquireReadLockByUID(ctx context.Context, uniqueID string) (u return unlock } +// Deprecated: Full account operations are no longer supported func (s *SqlStore) SaveAccount(ctx context.Context, account *types.Account) error { start := time.Now() defer func() {