fix: drop materialized view at migration reversion

This commit is contained in:
Namekuji 2023-09-05 13:24:46 -04:00
parent 5e802df4c9
commit 65c62c765e
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -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;