Some database refactoring

This commit is contained in:
Dominic Ferrando
2025-04-18 10:40:08 -04:00
parent ccc53447de
commit e53a65d437
8 changed files with 94 additions and 79 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ type Board struct {
type Thread struct {
Id int
BoardId int
BoardSlug string
Subject string
CreatedAt time.Time
BumpedAt time.Time