Fix feed entry id issues
This commit is contained in:
2
migrations/20240320000009_drop_entry_id.sql
Normal file
2
migrations/20240320000009_drop_entry_id.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Rename entry_id column to local_id
|
||||
ALTER TABLE feed_entries RENAME COLUMN entry_id TO local_id;
|
||||
Reference in New Issue
Block a user