🗃️ 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

@ -112,4 +112,6 @@ class SnLocalChannelMember extends Table {
TextColumn get content => text().map(SnChannelMemberConverter())();
DateTimeColumn get createdAt => dateTime().withDefault(currentDateAndTime)();
DateTimeColumn get cacheExpiredAt => dateTime()();
}