X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config%2Fsql%2F001.sql;h=ddf5d030ed2af8f317c5b20028aa425cd0f2494c;hb=bc779094fcd9c484492979bc73f04ba0cf914c85;hp=241b38d7d7c2d87b58bda44be3297008287696ef;hpb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;p=pharext%2Fpharext.org diff --git a/config/sql/001.sql b/config/sql/001.sql index 241b38d..ddf5d03 100644 --- a/config/sql/001.sql +++ b/config/sql/001.sql @@ -26,5 +26,5 @@ create table owners ( ,login text not null ,owner jsonb ,primary key (account,authority) - ,unique key (login,authority) + ,unique (login,authority) );