Added primary key to identity_images table migration
This commit is contained in:
parent
a452972e79
commit
d8ee7076a6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue