-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
b38a5bd
commit c2b460a
Showing
32 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
22 changes: 0 additions & 22 deletions
22
trade-module/src/main/resources/db/changelog/trademodule-changelog.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
trade-module/src/main/resources/db/trademodule/changelog/trademodule-changelog.xml
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,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<databaseChangeLog | ||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd"> | ||
|
||
<include file="/db/trademodule/changelog/create_system_table.xmltem_table.xml"/> | ||
<include file="/db/trademodule/changelog/create_commodity_table.xmlity_table.xml"/> | ||
<include file="/db/trademodule/changelog/create_station_table.xmlion_table.xml"/> | ||
<include file="/db/trademodule/changelog/create_market_datum_table.xmltum_table.xml"/> | ||
<include file="/db/trademodule/changelog/add_foreign_key_indexes.xmly_indexes.xml"/> | ||
<include file="/db/trademodule/changelog/add_commodity_market_view_query_performance_indexes.xmle_indexes.xml"/> | ||
<include file="/db/trademodule/changelog/add_unique_indexes.xmle_indexes.xml"/> | ||
<include file="/db/trademodule/changelog/create_request_data_message_table.xmlage_table.xml"/> | ||
<include file="/db/trademodule/changelog/add_timestamp_market_datum_table.xmltum_table.xml"/> | ||
|
||
<!-- views always last as they might depend on new columns --> | ||
<include file="/db/trademodule/changelog/create_commodity_market_info_view.xmlinfo_view.xml"/> | ||
<include file="/db/trademodule/changelog/create_latest_market_data_view.xmldata_view.xml"/> | ||
|
||
</databaseChangeLog> |
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
30 changes: 0 additions & 30 deletions
30
user-module/src/main/resources/db/changelog/usermodule-changelog.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
user-module/src/main/resources/db/usermodule/changelog/usermodule-changelog.xml
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,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<databaseChangeLog | ||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd"> | ||
|
||
|
||
<include file="/db/usermodule/changelog/create_api_grant_table.xmlnt_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_api_role_table.xmlle_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_api_role_api_grant_map_table.xmlap_table.xml"/> | ||
|
||
<include file="/db/usermodule/changelog/create_user_grant_table.xmlnt_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_user_role_table.xmlle_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_user_role_user_grant_map_table.xmlap_table.xml"/> | ||
|
||
<include file="/db/usermodule/changelog/create_pricing_plan_table.xmlan_table.xml"/> | ||
|
||
<include file="/db/usermodule/changelog/create_edpn_user_table.xmler_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_edpn_user_user_role_map_table.xmlap_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_edpn_user_user_grant_map_table.xmlap_table.xml"/> | ||
|
||
<include file="/db/usermodule/changelog/create_api_key_table.xmley_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_api_key_api_grant_map_table.xmlap_table.xml"/> | ||
<include file="/db/usermodule/changelog/create_api_key_api_role_map_table.xmlap_table.xml"/> | ||
|
||
<!-- views always last as they might depend on new columns --> | ||
|
||
|
||
</databaseChangeLog> |
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