uawdijnntqw1x1x1
IP : 216.73.217.31
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
administrator
/
components
/
com_admin
/
sql
/
updates
/
sqlazure
/
.
/
3.9.0-2018-10-20.sql
/
/
-- Drop default values DECLARE @table AS nvarchar(100) DECLARE @constraintName AS nvarchar(100) DECLARE @constraintQuery AS nvarchar(1000) SET QUOTED_IDENTIFIER OFF SET @table = "#__privacy_requests" SET QUOTED_IDENTIFIER ON -- Drop default value from checked_out SELECT @constraintName = name FROM sys.default_constraints WHERE parent_object_id = object_id(@table) AND parent_column_id = columnproperty(object_id(@table), 'checked_out', 'ColumnId') SET @constraintQuery = 'ALTER TABLE [' + @table + '] DROP CONSTRAINT [' + @constraintName + ']' EXECUTE sp_executesql @constraintQuery -- Drop default value from checked_out_time SELECT @constraintName = name FROM sys.default_constraints WHERE parent_object_id = object_id(@table) AND parent_column_id = columnproperty(object_id(@table), 'checked_out_time', 'ColumnId') SET @constraintQuery = 'ALTER TABLE [' + @table + '] DROP CONSTRAINT [' + @constraintName + ']' EXECUTE sp_executesql @constraintQuery; DROP INDEX "idx_checkout" ON "#__privacy_requests"; ALTER TABLE "#__privacy_requests" DROP COLUMN "checked_out"; ALTER TABLE "#__privacy_requests" DROP COLUMN "checked_out_time";
/home/pteabiscqq/www/administrator/components/com_admin/sql/updates/sqlazure/./3.9.0-2018-10-20.sql