Changes between Initial Version and Version 1 of Ticket #38856
- Timestamp:
- 11/18/2016 10:15:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38856 – Description
initial v1 1 The `archived` column in `wp_blogs` used to be of the `enum` data type, but was witched to `tinyint` 3 years ago, in r25448.1 The `archived` column in `wp_blogs` used to be of the `enum` data type, but was switched to `tinyint` 3 years ago, in r25448. 2 2 3 3 Some older instances might not have migrated to the newer data type (`ALTER`s on large tables isn't fun).