try available cache storages
[pharext/pharext.org] / config / sql / 001.sql
index 241b38d7d7c2d87b58bda44be3297008287696ef..ddf5d030ed2af8f317c5b20028aa425cd0f2494c 100644 (file)
@@ -26,5 +26,5 @@ create table owners (
        ,login text not null
        ,owner jsonb
        ,primary key (account,authority)
-       ,unique key (login,authority)
+       ,unique (login,authority)
 );