mirror of https://gitlab.com/litecord/litecord.git
schema.sql: add UNIQUE to icons.hash
This commit is contained in:
parent
630db1e1e9
commit
cc535bb851
|
|
@ -49,7 +49,7 @@ CREATE TABLE IF NOT EXISTS icons (
|
||||||
key text,
|
key text,
|
||||||
|
|
||||||
-- sha256 of the icon
|
-- sha256 of the icon
|
||||||
hash text,
|
hash text UNIQUE,
|
||||||
|
|
||||||
-- icon mime
|
-- icon mime
|
||||||
mime text NOT NULL,
|
mime text NOT NULL,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue