diff options
| author | Bobby <[email protected]> | 2026-03-07 17:59:31 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-03-07 17:59:31 +0530 |
| commit | a6ec9a807df68978bf3b85314a4c54c60ecc2b7a (patch) | |
| tree | 6201e8d594a3c368cce50ebc402f248814e2025f /database/database.go | |
| parent | 57df54999e778887e66775481dab46191b46d0b6 (diff) | |
| download | dove-a6ec9a807df68978bf3b85314a4c54c60ecc2b7a.tar.xz dove-a6ec9a807df68978bf3b85314a4c54c60ecc2b7a.zip | |
feat: implement SMTP server with authentication, port validation, and email storage
Diffstat (limited to 'database/database.go')
| -rw-r--r-- | database/database.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database/database.go b/database/database.go index 27b99eb..ac06c98 100644 --- a/database/database.go +++ b/database/database.go @@ -33,4 +33,6 @@ func init() { sqlDB.SetConnMaxLifetime(MAX_CONNECTION_LIFETIME) logger.Successf(LOG_PREFIX, messages.DatabaseConnected, databaseDSN) + + migrate() } |
