Current Directory: /home/astoriaah/www/administrator/components/com_admin/sql/updates/sqlazure
Viewing File: /home/astoriaah/www/administrator/components/com_admin/sql/updates/sqlazure/3.7.0-2016-11-24.sql
ALTER TABLE [#__extensions] ADD [package_id] [bigint] NOT NULL DEFAULT 0;
UPDATE [#__extensions]
SET [package_id] = (SELECT [extension_id] FROM [#__extensions] WHERE [type] = 'package' AND [element] = 'pkg_en-GB')
WHERE [type]= 'language' AND [element] = 'en-GB';