Skip to content

Commit e53479d

Browse files
Update CreateEventsTable.sql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fc5bbfc commit e53479d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BbQ.Events.PostgreSql/Schema/CreateEventsTable.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ CREATE TABLE bbq_events (
2020
-- This constraint also creates an index for efficient stream reads
2121
CONSTRAINT uq_bbq_events_stream_position UNIQUE (stream_name, position)
2222
);
23-
24-
-- Create index for efficient stream reads
25-
CREATE INDEX ix_bbq_events_stream_name_position ON bbq_events(stream_name, position);

0 commit comments

Comments
 (0)