Mercurial > libervia-pubsub
changeset 188:a5d267289e92
Fix syntax errors in database schema.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 22 Apr 2008 09:52:50 +0000 |
parents | 69cdd8c6a431 |
children | c61034369463 |
files | db/pubsub.sql |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/db/pubsub.sql Thu Apr 17 16:02:22 2008 +0000 +++ b/db/pubsub.sql Tue Apr 22 09:52:50 2008 +0000 @@ -7,9 +7,9 @@ id serial primary key, node text not null unique, persistent boolean not null default true, - deliver_payload boolean not null default true + deliver_payload boolean not null default true, send_last_published_item text not null default 'on_sub' - check (send_last_published_item in ('never', 'on_sub')), + check (send_last_published_item in ('never', 'on_sub')) ); create table affiliations (