Added primary key to identity_images table migration

This commit is contained in:
Samuel Hawksby-Robinson 2020-10-26 13:06:50 +00:00 committed by Andrea Maria Piana
parent a452972e79
commit d8ee7076a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS identity_images(
type VARCHAR,
type VARCHAR PRIMARY KEY ON CONFLICT REPLACE,
image_payload BLOB NOT NULL,
width int,
height int,