🗃️ Add expired to cache
⚡ Add sticker cache
This commit is contained in:
@ -37,4 +37,6 @@ class SnLocalAccount extends Table {
|
||||
TextColumn get content => text().map(const SnAccountConverter())();
|
||||
|
||||
DateTimeColumn get createdAt => dateTime().withDefault(currentDateAndTime)();
|
||||
|
||||
DateTimeColumn get cacheExpiredAt => dateTime()();
|
||||
}
|
||||
|
Reference in New Issue
Block a user