Skip to content

Instantly share code, notes, and snippets.

@Yoric
Created December 9, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yoric/7a3e5f777ef4b0b8e2dbe295b67a9569 to your computer and use it in GitHub Desktop.
Save Yoric/7a3e5f777ef4b0b8e2dbe295b67a9569 to your computer and use it in GitHub Desktop.
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