Files
phabricator/resources/sql/autopatches/20140211.dx.1.nullablechangesetid.sql

3 lines
118 B
MySQL
Raw Normal View History

2014-02-11 11:34:15 -08:00
ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
CHANGE changesetID changesetID INT UNSIGNED;