Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
reasv committed Mar 29, 2021
1 parent e8a7a4d commit d1950ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20210329215000_create_image_backlog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ CREATE TABLE image_backlog (
thumbnail_sha256 TEXT NOT NULL,
UNIQUE(board, no)
);
CREATE INDEX page_index ON posts (page);
CREATE INDEX page_index ON image_backlog (page);

0 comments on commit d1950ec

Please sign in to comment.