🗃️ Add expired to cache

 Add sticker cache
This commit is contained in:
2025-03-04 22:56:43 +08:00
parent b835c8edea
commit 97ddc18b8e
10 changed files with 1798 additions and 59 deletions

View File

@ -42,4 +42,6 @@ class SnLocalAttachment extends Table {
IntColumn get accountId => integer()();
DateTimeColumn get createdAt => dateTime().withDefault(currentDateAndTime)();
DateTimeColumn get cacheExpiredAt => dateTime()();
}