This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mcarman
/
fueling_v1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove Field imageData as it's not going to the database, just JSON.
v2_uploadImages
admin
2 years ago
parent
607135f873
commit
d6a38d0e35
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() {}
Write
Preview
Loading…
Cancel
Save