b0y-101 Mini Shell


Current Path : E:/www/plan/administrator/components/com_admin/sql/updates/sqlazure/
File Upload :
Current File : E:/www/plan/administrator/components/com_admin/sql/updates/sqlazure/3.0.3.sql

ALTER TABLE [#__associations] DROP CONSTRAINT [PK_#__associations_context];
ALTER TABLE [#__associations] ALTER COLUMN [id] INT NOT NULL;
ALTER TABLE [#__associations] ADD CONSTRAINT [PK_#__associations_context] PRIMARY KEY CLUSTERED(
	[context] ASC,
	[id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY];

Copyright © 2019 by b0y-101