-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
application/src/main/resources/db/migration/HTWO1_0_14__add_column_to_indexes.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
drop index idxf6mchjaiqb65pytncc9l5fiw0; | ||
|
||
create index if not exists idxf6mchjaiqb65pytncc9l5fiw0 | ||
on forwarding_events (channel_incoming, timestamp); | ||
|
||
drop index idx7ki7iilyupdjktdx80pd347au; | ||
|
||
create index if not exists idx7ki7iilyupdjktdx80pd347au | ||
on forwarding_events (channel_outgoing, timestamp); |
9 changes: 9 additions & 0 deletions
9
application/src/main/resources/db/migration/V1_0_14__add_column_to_indexes.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
drop index idxf6mchjaiqb65pytncc9l5fiw0; | ||
|
||
create index if not exists idxf6mchjaiqb65pytncc9l5fiw0 | ||
on forwarding_events (channel_incoming, timestamp); | ||
|
||
drop index idx7ki7iilyupdjktdx80pd347au; | ||
|
||
create index if not exists idx7ki7iilyupdjktdx80pd347au | ||
on forwarding_events (channel_outgoing, timestamp); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters