Fix to identity_images migration sql
This commit is contained in:
parent
5a4e23a0ea
commit
a452972e79
|
@ -2,8 +2,8 @@ CREATE TABLE IF NOT EXISTS identity_images(
|
||||||
type VARCHAR,
|
type VARCHAR,
|
||||||
image_payload BLOB NOT NULL,
|
image_payload BLOB NOT NULL,
|
||||||
width int,
|
width int,
|
||||||
height int
|
height int,
|
||||||
filesize int,
|
file_size int,
|
||||||
resize_target int,
|
resize_target int
|
||||||
) WITHOUT ROWID;
|
) WITHOUT ROWID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue