Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSD-4711 #1208

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
\echo 'Upgrade Queries not required for the transition from 1.2.0.1-B5 to 1.2.0.1'
-- -------------------------------------------------------------------------------------------------
-- Database Name : mosip_ida
-- Release Version : 1.2.0.1-B6
-- Purpose : Database Alter scripts for the release for ID Authentication DB.
-- Create By : Mahammed Taheer
-- Created Date : Feb-2024
--
-- Modified Date Modified By Comments / Remarks
-- -------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
\c mosip_ida

ALTER TABLE ida.credential_event_store ALTER COLUMN credential_transaction_id type character varying(36);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
\echo 'Upgrade Queries not required for transition from 1.2.0.1-B5 to 1.2.0.1'
-- -------------------------------------------------------------------------------------------------
-- Database Name : mosip_ida
-- Release Version : 1.2.0.1-B6
-- Purpose : Database Alter scripts for the release for ID Authentication DB.
-- Create By : Mahammed Taheer
-- Created Date : Feb-2024
--
-- Modified Date Modified By Comments / Remarks
-- -------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
\c mosip_ida

ALTER TABLE ida.credential_event_store ALTER COLUMN credential_transaction_id type character varying(64);

Expand Down
Loading