Advertisement
Guest User

Untitled

a guest
Nov 9th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <changeSet id="20121109-TRUNK-3474" author="patandre">
  2. <preConditions onFail="MARK_RAN">
  3. <columnExists tableName="concept_class" columnName="description" />
  4. </preConditions>
  5. <comment>
  6. Dropping not null constraint from concept_class.description column
  7. </comment>
  8. <dropNotNullConstraint tableName="concept_class" columnName="description" columnDataType="varchar(255)" />
  9. </changeSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement