diff options
Diffstat (limited to 'sql/mysql/patch-image-img_timestamp.sql')
-rw-r--r-- | sql/mysql/patch-image-img_timestamp.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql/patch-image-img_timestamp.sql b/sql/mysql/patch-image-img_timestamp.sql new file mode 100644 index 000000000000..8442f50237e9 --- /dev/null +++ b/sql/mysql/patch-image-img_timestamp.sql @@ -0,0 +1,2 @@ +ALTER TABLE /*_*/image + MODIFY img_timestamp BINARY(14) NOT NULL; |