fix: drop materialized view at migration reversion
This commit is contained in:
parent
5e802df4c9
commit
65c62c765e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ DROP TABLE IF EXISTS home_timeline;
|
|||
DROP MATERIALIZED VIEW IF EXISTS score_feed;
|
||||
DROP MATERIALIZED VIEW IF EXISTS local_timeline;
|
||||
DROP MATERIALIZED VIEW IF EXISTS global_timeline;
|
||||
DROP MATERIALIZED VIEW IF EXISTS local_note_by_user_id;
|
||||
DROP MATERIALIZED VIEW IF EXISTS note_by_channel_id;
|
||||
DROP MATERIALIZED VIEW IF EXISTS note_by_renote_id_and_user_id;
|
||||
DROP MATERIALIZED VIEW IF EXISTS note_by_renote_id;
|
||||
|
|
Loading…
Reference in a new issue