diff options
Diffstat (limited to 'sql/mysql/patch-protected_titles-pt_title-varbinary.sql')
-rw-r--r-- | sql/mysql/patch-protected_titles-pt_title-varbinary.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql/patch-protected_titles-pt_title-varbinary.sql b/sql/mysql/patch-protected_titles-pt_title-varbinary.sql new file mode 100644 index 000000000000..fa3fb6d85822 --- /dev/null +++ b/sql/mysql/patch-protected_titles-pt_title-varbinary.sql @@ -0,0 +1 @@ +ALTER TABLE /*_*/protected_titles MODIFY pt_title VARBINARY(255) NOT NULL; |