add drop statement

This commit is contained in:
Namekuji 2023-08-17 04:36:01 -04:00
parent a472d2027f
commit bacb0a1ee0
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -6,6 +6,7 @@ DROP INDEX IF EXISTS home_by_id;
DROP TABLE IF EXISTS home_timeline;
DROP MATERIALIZED VIEW IF EXISTS local_timeline;
DROP MATERIALIZED VIEW IF EXISTS global_timeline;
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;
DROP MATERIALIZED VIEW IF EXISTS note_by_user_id;