From: Michael M Slusarz Date: Thu, 12 Aug 2010 19:51:55 +0000 (-0600) Subject: Bug #9171: Missing lock_scope definition X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8bba53e746c0db1ec83e98ea1287f39169bef44e;p=horde.git Bug #9171: Missing lock_scope definition --- diff --git a/horde/scripts/sql/create.pgsql.sql b/horde/scripts/sql/create.pgsql.sql index 7a7af5756..582f889f3 100644 --- a/horde/scripts/sql/create.pgsql.sql +++ b/horde/scripts/sql/create.pgsql.sql @@ -206,6 +206,7 @@ CREATE TABLE horde_cache ( CREATE TABLE horde_locks ( lock_id VARCHAR(36) NOT NULL, lock_owner VARCHAR(32) NOT NULL, + lock_scope VARCHAR(32) NOT NULL, lock_principal VARCHAR(255) NOT NULL, lock_origin_timestamp BIGINT NOT NULL, lock_update_timestamp BIGINT NOT NULL,