[horde] Database issues (PostgreSQL 8.3.5) webmail 1.2.2 Additional info
tom burkart
horde at aussec.com
Fri Mar 13 02:05:38 UTC 2009
Quoting tom burkart <horde at aussec.com>:
> I now get a lot of errors such as the line below (which probably gets
The actual database tables... It happens similarly to nag and
kronolith tables.
CREATE TABLE turba_shares (
share_id smallint NOT NULL,
share_name character varying(255) NOT NULL,
share_owner character varying(32) NOT NULL,
share_flags smallint DEFAULT 0 NOT NULL,
perm_creator smallint DEFAULT 0 NOT NULL,
perm_default smallint DEFAULT 0 NOT NULL,
perm_guest smallint DEFAULT 0 NOT NULL,
attribute_name character varying(255) NOT NULL,
attribute_desc character varying(255),
attribute_params text
);
CREATE TABLE turba_shares_groups (
share_id smallint NOT NULL,
group_uid character varying(255) NOT NULL,
perm smallint NOT NULL
);
CREATE TABLE turba_shares_users (
share_id smallint NOT NULL,
user_uid character varying(255) NOT NULL,
perm smallint NOT NULL
);
tom
More information about the horde
mailing list