For release 1.1.4 in main

This commit is contained in:
charlesgauthereau
2025-12-09 21:23:15 +01:00
parent 7410aaea38
commit dd8aec50eb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -82,7 +82,7 @@ export const auth = betterAuth({
},
additionalFields: {
deletedAt: {
type: "number", //pg timestamp
type: "number",
nullable: true,
required: false,
},