-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: #125 drop tx_chart table and remove code related tx_chart
- Loading branch information
1 parent
e5ff4c3
commit 4e15417
Showing
12 changed files
with
12 additions
and
735 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
application/src/main/java/org/cardanofoundation/ledgersync/repository/TxChartRepository.java
This file was deleted.
Oops, something went wrong.
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
22 changes: 0 additions & 22 deletions
22
application/src/main/java/org/cardanofoundation/ledgersync/service/TxChartService.java
This file was deleted.
Oops, something went wrong.
185 changes: 0 additions & 185 deletions
185
...ation/src/main/java/org/cardanofoundation/ledgersync/service/impl/TxChartServiceImpl.java
This file was deleted.
Oops, something went wrong.
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
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
1 change: 1 addition & 0 deletions
1
application/src/main/resources/db/migration/ledgersync/V1_1_7__drop-tx-chart-table.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 @@ | ||
DROP TABLE IF EXISTS tx_chart; |
Oops, something went wrong.