ingest now downloads borders

This commit is contained in:
jane 2022-04-17 00:24:59 -04:00
parent 19a94f927e
commit 5e0c7153b9
4 changed files with 109 additions and 5 deletions

View file

@ -66,6 +66,9 @@ model ApplicationUserData {
}
model BorderImage {
id Int @id @default(autoincrement())
imageName String @unique
id Int @id @default(autoincrement())
imageName String @unique
appId Int?
appName String?
borderName String?
}