ingest now downloads borders
This commit is contained in:
parent
19a94f927e
commit
5e0c7153b9
4 changed files with 109 additions and 5 deletions
|
@ -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?
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue