Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imgurbot12 committed Jan 20, 2018
1 parent db80d2e commit 5ae5be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS whitelist (
EntryDate TEXT NOT NULL,
Reason TEXT NOT NULL,
LogicalDelete INT NOT NULL
);s
);
CREATE INDEX IF NOT EXISTS whitelist_1 ON whitelist (LogicalDelete, IPAddress);
COMMIT;

Expand Down

0 comments on commit 5ae5be5

Please sign in to comment.