Skip to content

Commit

Permalink
Dev: Remove extra white-space from MSSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 22, 2017
1 parent 4d9021c commit 48fcd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/sql/create-mssql.sql
Expand Up @@ -607,7 +607,7 @@ CREATE TABLE prefix_notifications (
PRIMARY KEY ([id])
);
CREATE INDEX [notif_index] ON [prefix_notifications] ([entity_id],[entity],[status]);
CREATE INDEX [notif_hash_index ] ON [prefix_notifications] ([hash]);
CREATE INDEX [notif_hash_index] ON [prefix_notifications] ([hash]);

--
-- Version Info
Expand Down

0 comments on commit 48fcd00

Please sign in to comment.