DevFuse Products (View All Products)
Issue information
-
#000606
-
Issue
-
0 - None Assigned
-
Confirmed
-
3.2.1
-
-
Issue Confirmations
-
Yes (0)No (0)
Database error for new installs in the manage custom fields area. For some reason the tables sql file is missing the new position field.
Manual Patch:
Run this sql query to patch.
Edit: Be sure to include in next sql upgrade file if field doesn't exist. Just to cover all bases.
Manual Patch:
Run this sql query to patch.
ALTER TABLE contact_fields ADD position int(5) NOT NULL default '1';
Edit: Be sure to include in next sql upgrade file if field doesn't exist. Just to cover all bases.
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users











