Complete migration setup

This commit is contained in:
Owen Schwartz
2024-12-25 16:40:39 -05:00
parent 907504eefb
commit 993eab5ac1
5 changed files with 79 additions and 129 deletions

View File

@@ -394,3 +394,5 @@ export type ResourcePincode = InferSelectModel<typeof resourcePincode>;
export type ResourcePassword = InferSelectModel<typeof resourcePassword>;
export type ResourceOtp = InferSelectModel<typeof resourceOtp>;
export type ResourceAccessToken = InferSelectModel<typeof resourceAccessToken>;
export type ResourceWhitelist = InferSelectModel<typeof resourceWhitelist>;
export type VersionMigration = InferSelectModel<typeof versionMigrations>;