🗃️ Add expired to cache
⚡ Add sticker cache
This commit is contained in:
@ -42,4 +42,6 @@ class SnLocalAttachment extends Table {
|
||||
IntColumn get accountId => integer()();
|
||||
|
||||
DateTimeColumn get createdAt => dateTime().withDefault(currentDateAndTime)();
|
||||
|
||||
DateTimeColumn get cacheExpiredAt => dateTime()();
|
||||
}
|
||||
|
Reference in New Issue
Block a user