Created
December 9, 2020 15:46
-
-
Save Yoric/7a3e5f777ef4b0b8e2dbe295b67a9569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE SCHEMA IF NOT EXISTS image_filter; | |
CREATE TABLE IF NOT EXISTS image_filter.iwf_links ( | |
url TEXT PRIMARY KEY | |
); | |
CREATE TABLE IF NOT EXISTS image_filter.iwf_md5 ( | |
md5 TEXT PRIMARY KEY | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment