Skip to content

Instantly share code, notes, and snippets.

@ramrrr
Created September 29, 2014 09:14
Show Gist options
  • Select an option

  • Save ramrrr/ea213ff2f5c0d33b3c39 to your computer and use it in GitHub Desktop.

Select an option

Save ramrrr/ea213ff2f5c0d33b3c39 to your computer and use it in GitHub Desktop.
DB increasing for email text
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance"
ns0:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog">
<changeSet author="ramya" context="main" id="alert-channel-email-1.5">
<modifyDataType newDataType="NVARCHAR(MAX)" columnName="MESSAGE"
tableName="ALERT_EMAIL_MESSAGE" />
</changeSet>
</databaseChangeLog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment