Explorar el Código

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

v2_uploadImages
admin hace 2 años
padre
commit
d6a38d0e35
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      Sources/App/Models/FuelEntry.swift

+ 0
- 1
Sources/App/Models/FuelEntry.swift Ver fichero

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

init() {}


Cargando…
Cancelar
Guardar