Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jan 17, 2024
1 parent 9516552 commit 67f204b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ CREATE TABLE calendar
comment TEXT NOT NULL,
last_scrape TIMESTAMP NOT NULL
);
CREATE INDEX IF NOT EXISTS calendar_lut ON calendar (key, dtstart, dtend);
CREATE INDEX IF NOT EXISTS calendar_lut ON calendar (key, dtstart, dtend);

0 comments on commit 67f204b

Please sign in to comment.