We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5bbfc commit e53479dCopy full SHA for e53479d
src/BbQ.Events.PostgreSql/Schema/CreateEventsTable.sql
@@ -20,6 +20,3 @@ CREATE TABLE bbq_events (
20
-- This constraint also creates an index for efficient stream reads
21
CONSTRAINT uq_bbq_events_stream_position UNIQUE (stream_name, position)
22
);
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