diff options
| author | Bobby <[email protected]> | 2025-07-13 14:22:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-13 14:22:20 +0530 |
| commit | 3d7f8602d45583f25e2428bf6f8123453646dc08 (patch) | |
| tree | ecd707d298099ae9fda55efc3f0d1daf48f7b6e9 /database/database.go | |
| parent | bf112649d039f8f02e2135a74d8b506f7c31c784 (diff) | |
| download | imageboard-3d7f8602d45583f25e2428bf6f8123453646dc08.tar.xz imageboard-3d7f8602d45583f25e2428bf6f8123453646dc08.zip | |
registration controllers and email sending support
Diffstat (limited to 'database/database.go')
| -rw-r--r-- | database/database.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.go b/database/database.go index d284c0f..dedae59 100644 --- a/database/database.go +++ b/database/database.go @@ -64,6 +64,7 @@ func autoMigrate() error { &models.ImageSize{}, &models.Tag{}, &models.Comment{}, + &models.EmailToken{}, ) } |
