fix(stats): make unique users migration idempotent

This commit is contained in:
Adam
2026-06-21 04:38:47 -05:00
parent 4a68c34ded
commit 22a18571b4
5 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export type AthenaData = Record<string, string>
export class AthenaQueryError extends Schema.TaggedErrorClass<AthenaQueryError>()("AthenaQueryError", {
message: Schema.String,
queryExecutionId: Schema.optional(Schema.String),
cause: Schema.optional(Schema.Defect()),
cause: Schema.optional(Schema.Defect),
}) {}
export class AthenaQueryTimeoutError extends Schema.TaggedErrorClass<AthenaQueryTimeoutError>()(