feat: migrate snowflake ids and refresh migrations
This commit is contained in:
@@ -19,6 +19,6 @@ public sealed class TenantProvider : ITenantProvider
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid GetCurrentTenantId()
|
||||
=> _tenantContextAccessor.Current?.TenantId ?? Guid.Empty;
|
||||
public long GetCurrentTenantId()
|
||||
=> _tenantContextAccessor.Current?.TenantId ?? 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user