-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/upgrade-0-8-1' into 'develop'
Actualización a la 0.8.1 See merge request upm-inesdata/inesdata-connector!36
- Loading branch information
Showing
11 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
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
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.
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,6 @@ | ||
ALTER TABLE edc_policydefinitions | ||
ADD COLUMN IF NOT EXISTS profiles JSON; | ||
COMMENT ON COLUMN edc_policydefinitions.profiles IS 'Java List<String> serialized as JSON'; | ||
|
||
ALTER TABLE edc_data_plane | ||
ADD COLUMN IF NOT EXISTS transfer_type_destination VARCHAR; |