Skip to content

Commit

Permalink
Fixed template name
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush7034 <[email protected]>
  • Loading branch information
Piyush7034 committed Dec 9, 2024
1 parent 44a8066 commit e7ae5df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions db_scripts/mosip_certify/ddl/template_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ CREATE TABLE IF NOT EXISTS template_data(

COMMENT ON TABLE template_data IS 'Template Data: Contains velocity template for VC';

COMMENT ON COLUMN svg_template.context IS 'VC Context: Context URL list items separated by comma(,)';
COMMENT ON COLUMN svg_template.credential_type IS 'Credential Type: Credential type list items separated by comma(,)';
COMMENT ON COLUMN svg_template.template IS 'Template Content: Velocity Template to generate the VC';
COMMENT ON COLUMN svg_template.cr_dtimes IS 'Date when the template was inserted in table.';
COMMENT ON COLUMN svg_template.upd_dtimes IS 'Date when the template was last updated in table.';
COMMENT ON COLUMN template_data.context IS 'VC Context: Context URL list items separated by comma(,)';
COMMENT ON COLUMN template_data.credential_type IS 'Credential Type: Credential type list items separated by comma(,)';
COMMENT ON COLUMN template_data.template IS 'Template Content: Velocity Template to generate the VC';
COMMENT ON COLUMN template_data.cr_dtimes IS 'Date when the template was inserted in table.';
COMMENT ON COLUMN template_data.upd_dtimes IS 'Date when the template was last updated in table.';
10 changes: 5 additions & 5 deletions db_upgrade_script/mosip_certify/sql/0.9.1_to_0.10.0_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ CREATE TABLE IF NOT EXISTS template_data(

COMMENT ON TABLE template_data IS 'Template Data: Contains velocity template for VC';

COMMENT ON COLUMN svg_template.context IS 'VC Context: Context URL list items separated by comma(,)';
COMMENT ON COLUMN svg_template.credential_type IS 'Credential Type: Credential type list items separated by comma(,)';
COMMENT ON COLUMN svg_template.template IS 'Template Content: Velocity Template to generate the VC';
COMMENT ON COLUMN svg_template.cr_dtimes IS 'Date when the template was inserted in table.';
COMMENT ON COLUMN svg_template.upd_dtimes IS 'Date when the template was last updated in table.';
COMMENT ON COLUMN template_data.context IS 'VC Context: Context URL list items separated by comma(,)';
COMMENT ON COLUMN template_data.credential_type IS 'Credential Type: Credential type list items separated by comma(,)';
COMMENT ON COLUMN template_data.template IS 'Template Content: Velocity Template to generate the VC';
COMMENT ON COLUMN template_data.cr_dtimes IS 'Date when the template was inserted in table.';
COMMENT ON COLUMN template_data.upd_dtimes IS 'Date when the template was last updated in table.';

0 comments on commit e7ae5df

Please sign in to comment.