Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 12, 2023
1 parent 79a183b commit bad75bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ CREATE TABLE calendar (
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);

Check warning on line 26 in server/main-api/migrations/20230323144107_create_calendar.up.sql

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

server/main-api/migrations/20230323144107_create_calendar.up.sql#L26

Expected TSQL Keyword to be capitalized
2 changes: 1 addition & 1 deletion server/main-api/migrations/20230902115306_aliases.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ CREATE TABLE aliases
visible_id TEXT NOT NULL,
type TEXT NOT NULL,
FOREIGN KEY(key) REFERENCES de(key)
);
);

0 comments on commit bad75bb

Please sign in to comment.