SmarterTools Portal Language
 
HomeKnowledge BaseSmarterTicketHow To - Revert a licensed version of SmarterTicket to the free edition
Information
Article ID302
Created On10/7/2008
Modified10/7/2008
Share With Others
How To - Revert a licensed version of SmarterTicket to the free edition
Applies to: SmarterTicket (all versions)

In order to revert a SmarterTrack license back to the free edition, run the following SQL queries:

delete from SmarterTicket_GlobalSettings where SettingName = 'LicenseKey';
delete from SmarterTicket_GlobalSettings where SettingName = 'ActivationKey';


IMPORTANT NOTE: The SmarterTicket_ is the table prefix change accordingly to your database configuration.