Skip to content

Commit

Permalink
feat: add database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
PoiScript committed Jul 11, 2024
1 parent 4760479 commit 765e287
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vtstats-database/migrations/20240709133605_drop_pgroonga.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DROP INDEX IF EXISTS pgroonga_stream_title_index;

DROP INDEX IF EXISTS pgroonga_synonyms_search_index;

DROP TABLE IF EXISTS pgroonga_synonyms;

DROP EXTENSION IF EXISTS pgroonga;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP TABLE IF EXISTS channel_stats_summary;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS streams_start_time;

0 comments on commit 765e287

Please sign in to comment.