Rename the unified post date field.
CI / test (pull_request) Successful in 6m16s

Use post_date throughout the new schema while retaining hunt_date only as the legacy migration source.
This commit is contained in:
2026-08-27 00:03:10 -07:00
parent 007fcd0991
commit c6b5d6a456
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type Post struct {
Title string
Body string
City string
HuntDate string
PostDate string
Hidden int32
CreatedAt string
UpdatedAt string