Changeset 429285
- Timestamp:
- 08/27/2011 12:36:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/driver_pgsql_install.php
r429284 r429285 26 26 // WP 2.7.1 compatibility 27 27 'int(4)' => 'smallint', 28 29 // For WPMU (starting with WP 3.2) 30 'tinyint(2)' => 'smallint', 31 'tinyint(1)' => 'smallint', 32 "enum('0','1')" => 'smallint', 33 28 34 ); 29 35
Note: See TracChangeset
for help on using the changeset viewer.