Skip to content

Commit

Permalink
Merge pull request #465 from jweiland-net/sfroemkenjw-patch-1
Browse files Browse the repository at this point in the history
Replace pid with event column in index of day table
  • Loading branch information
hojalatheef committed Feb 21, 2024
2 parents 904c08b + 268dfda commit 71b0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CREATE TABLE tx_events2_domain_model_day (
event int(11) unsigned DEFAULT '0' NOT NULL,

KEY keyForDay (day),
KEY booster (pid,event,hidden,day,sort_day_time,day_time,tstamp,crdate,uid)
KEY booster (event,pid,hidden,day,sort_day_time,day_time,tstamp,crdate,uid)
);

#
Expand Down

0 comments on commit 71b0a78

Please sign in to comment.