mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-15 04:26:49 +01:00
Index IX_contactgroups_user_id was created on the wrong table.
This commit is contained in:
@@ -280,7 +280,7 @@ ALTER TABLE [dbo].[contactgroups] ADD
|
||||
CONSTRAINT [CK_contactgroups_del] CHECK ([del] = '1' or [del] = '0')
|
||||
GO
|
||||
|
||||
CREATE INDEX [IX_contactgroups_user_id] ON [dbo].[contacts]([user_id]) ON [PRIMARY]
|
||||
CREATE INDEX [IX_contactgroups_user_id] ON [dbo].[contactgroups]([user_id]) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[contactgroupmembers] ADD
|
||||
|
||||
Reference in New Issue
Block a user