Ignore:
Timestamp:
Oct 8, 2015, 9:05:54 AM (8 years ago)
Author:
Nicklas Nordborg
Message:

Merged pre-3.6-releases to the trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/config/dist/mysql-queries.xml

    r6330 r6981  
    2828-->
    2929<predefined-queries>
     30  <query id="DROP_NOT_NULL_CONSTRAINT" type="SQL">
     31    <sql>
     32      ALTER TABLE [{1}] MODIFY [{2}] {3} NULL
     33    </sql>
     34    <description>
     35      An SQL query that drops a NOT NULL contraint from column (2) with data type (3)
     36      in a table (1).
     37    </description>
     38  </query>
    3039
    3140</predefined-queries>
Note: See TracChangeset for help on using the changeset viewer.