I need to run Cron.php due to having an issue with organization (seems like a column is missing I think at least. Anyways i was just wondering will that recreation of the organization sql delete the information that is currently stored there?
@Simon239
So, running cron will rebuild any CDATA tables. CDATA tables are not the main storage for data so if you drop the ost_organization__cdata table for example and cron runs it will rebuild the table and import the relevant data.
ost_organization__cdata
Cheers.