Implement per board post number incrementing

This commit is contained in:
Dominic Ferrando
2025-04-21 12:33:19 -04:00
parent 4e4b5614e0
commit 151b740ee9
6 changed files with 44 additions and 25 deletions
+1
View File
@@ -25,4 +25,5 @@ type Post struct {
CreatedAt time.Time
MediaPath string
IpHash string
Number int
}