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,
|
||||
image_payload BLOB NOT NULL,
|
||||
width int,
|
||||
height int
|
||||
filesize int,
|
||||
resize_target int,
|
||||
height int,
|
||||
file_size int,
|
||||
resize_target int
|
||||
) WITHOUT ROWID;
|
||||
|
||||
|
|
Loading…
Reference in New Issue