fix(settings): auth hash accidentally overridden
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-28 22:17:58 -05:00
parent a86e2520ef
commit 622dcd5702
5 changed files with 21 additions and 12 deletions

View File

@@ -123,6 +123,10 @@ sql:
go_type:
type: "string"
pointer: true
- column: "users.auth_hash"
go_type:
type: "string"
pointer: true
# Override Time
- db_type: "DATETIME"