Skip to content

Commit

Permalink
Add patch file.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Sep 19, 2024
1 parent cdef3ce commit 6e3380b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions migration/v15/model.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff -ruN migration/v14/model/core.go migration/v15/model/core.go
--- migration/v14/model/core.go 2024-09-19 07:32:08.220994340 -0700
+++ migration/v15/model/core.go 2024-09-19 07:32:08.221994345 -0700
@@ -94,6 +94,7 @@
type File struct {
Model
Name string
+ Encoding string
Path string `gorm:"<-:create;uniqueIndex"`
Expiration *time.Time
}

0 comments on commit 6e3380b

Please sign in to comment.