Browse Source

Remove Field imageData as it's not going to the database, just JSON.

v2_uploadImages
admin 2 years ago
parent
commit
d6a38d0e35
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Sources/App/Models/FuelEntry.swift

+ 0
- 1
Sources/App/Models/FuelEntry.swift View File

@@ -53,7 +53,6 @@ final class FuelEntry: Model, Content {
@Field(key: "is_override")
var isOverride: Bool
@Field(key: "imageData")
var imageData: Data?

init() {}


Loading…
Cancel
Save