mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-21 22:01:31 +00:00
Show spam aliases #
This commit is contained in:
10
data/web/rc/SQL/mssql/2011011200.sql
Normal file
10
data/web/rc/SQL/mssql/2011011200.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Updates from version 0.5.x
|
||||
|
||||
ALTER TABLE [dbo].[contacts] ADD [words] [text] COLLATE Latin1_General_CI_AI NULL
|
||||
GO
|
||||
CREATE INDEX [IX_contactgroupmembers_contact_id] ON [dbo].[contactgroupmembers]([contact_id]) ON [PRIMARY]
|
||||
GO
|
||||
DELETE FROM [dbo].[messages]
|
||||
GO
|
||||
DELETE FROM [dbo].[cache]
|
||||
GO
|
||||
Reference in New Issue
Block a user