diff options
| author | Bobby <[email protected]> | 2025-12-24 12:44:33 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-12-24 12:44:33 +0530 |
| commit | 81ab367f440d6f85297b2013d0c1aa57fda7e9cd (patch) | |
| tree | 823a55ba7416d6df86e88bfdfad7925904c0c565 /database | |
| parent | 62cf64c4216a527334d4b9c312d144aaeec27ff9 (diff) | |
| download | lain-81ab367f440d6f85297b2013d0c1aa57fda7e9cd.tar.xz lain-81ab367f440d6f85297b2013d0c1aa57fda7e9cd.zip | |
refactor: Exclude virtual IMAP folders from processing and standardize template formatting.
Diffstat (limited to 'database')
| -rw-r--r-- | database/migrate.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/migrate.go b/database/migrate.go index 3ea96c1..0f1242f 100644 --- a/database/migrate.go +++ b/database/migrate.go @@ -7,6 +7,7 @@ func migrate() error { &models.Preferences{}, &models.Folder{}, &models.Email{}, + &models.Attachment{}, ) return err } |
