Backfill missed pins and pins from the past
This commit is contained in:
5
db/migrations/0008-add-last-bridged-pin-timestamp.sql
Normal file
5
db/migrations/0008-add-last-bridged-pin-timestamp.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE channel_room ADD COLUMN last_bridged_pin_timestamp INTEGER;
|
||||
|
||||
COMMIT;
|
1
db/orm-defs.d.ts
vendored
1
db/orm-defs.d.ts
vendored
@@ -6,6 +6,7 @@ export type Models = {
|
||||
nick: string | null
|
||||
thread_parent: string | null
|
||||
custom_avatar: string | null
|
||||
last_bridged_pin_timestamp: number | null
|
||||
}
|
||||
|
||||
event_message: {
|
||||
|
Reference in New Issue
Block a user