summaryrefslogtreecommitdiff
path: root/database/migrate.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-24 12:44:33 +0530
committerBobby <[email protected]>2025-12-24 12:44:33 +0530
commit81ab367f440d6f85297b2013d0c1aa57fda7e9cd (patch)
tree823a55ba7416d6df86e88bfdfad7925904c0c565 /database/migrate.go
parent62cf64c4216a527334d4b9c312d144aaeec27ff9 (diff)
downloadlain-81ab367f440d6f85297b2013d0c1aa57fda7e9cd.tar.xz
lain-81ab367f440d6f85297b2013d0c1aa57fda7e9cd.zip
refactor: Exclude virtual IMAP folders from processing and standardize template formatting.
Diffstat (limited to 'database/migrate.go')
-rw-r--r--database/migrate.go1
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
}