Mercurial > libervia-pubsub
changeset 360:6350622d9eb9
psql (schema): fixed bad semi-colon
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 13 Oct 2017 20:57:47 +0200 |
parents | 1d93f94feee3 |
children | a92f482ff14f |
files | db/pubsub.sql |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/db/pubsub.sql Wed Oct 11 19:15:14 2017 +0200 +++ b/db/pubsub.sql Fri Oct 13 20:57:47 2017 +0200 @@ -17,7 +17,7 @@ CHECK (send_last_published_item IN ('never', 'on_sub')), publish_model text NOT NULL DEFAULT 'publishers' CHECK (publish_model IN ('publishers', 'subscribers', 'open')), - schema xml; + schema xml ); /* we need 2 partial indexes to manage NULL value for PEP */