refactored import and add support for subcollections

This commit is contained in:
daniel31x13
2024-02-17 20:08:34 -05:00
parent c3c74b8162
commit 7b7b979b20
5 changed files with 174 additions and 136 deletions
-1
View File
@@ -165,4 +165,3 @@ model AccessToken {
createdAt DateTime @default(now())
updatedAt DateTime @default(now()) @updatedAt
}