Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_admin/sql/updates/sqlazure/
Upload File :
Current File : /var/www/administrator/components/com_admin/sql/updates/sqlazure/3.9.3-2019-01-12.sql

UPDATE "#__extensions" 
SET "params" = REPLACE("params", '"com_categories",', '"com_categories","com_checkin",')
WHERE "name" = 'com_actionlogs';

SET IDENTITY_INSERT #__extensions  ON;

INSERT INTO "#__action_logs_extensions" ("extension") VALUES
('com_checkin');

SET IDENTITY_INSERT #__extensions  OFF;