Use post_date throughout the new schema while retaining hunt_date only as the legacy migration source.
This commit is contained in:
@@ -24,7 +24,7 @@ type Post struct {
|
||||
Title string
|
||||
Body string
|
||||
City string
|
||||
HuntDate string
|
||||
PostDate string
|
||||
Hidden int32
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
|
||||
Reference in New Issue
Block a user