[Tickets #12998] Re: git HEAD: DB migration fails
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Feb 27 13:57:39 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12998
------------------------------------------------------------------------------
Ticket | 12998
Updated By | Jan Schneider <jan at horde.org>
Summary | git HEAD: DB migration fails
Queue | Horde Base
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2014-02-27 14:57) wrote:
Cannot reproduce. Are you sure that you are using the latest Horde_Db
version? This the query that's generated here:
CREATE TEMPORARY TABLE "altered_turba_sharesng" ( "share_id" INTEGER
PRIMARY KEY AUTOINCREMENT NOT NULL NOT NULL, "share_name"
varchar(255)
NOT NULL, "share_owner" varchar(255), "share_flags" int NOT NULL
DEFAULT 0, "perm_creator_2" boolean NOT NULL DEFAULT 0,
"perm_creator_4" boolean NOT NULL DEFAULT 0,
"perm_creator_8" boolean
NOT NULL DEFAULT 0, "perm_creator_16" boolean NOT NULL DEFAULT 0,
"perm_default_2" boolean NOT NULL DEFAULT 0,
"perm_default_4" boolean
NOT NULL DEFAULT 0, "perm_default_8" boolean NOT NULL DEFAULT 0,
"perm_default_16" boolean NOT NULL DEFAULT 0, "perm_guest_2" boolean
NOT NULL DEFAULT 0, "perm_guest_4" boolean NOT NULL DEFAULT 0,
"perm_guest_8" boolean NOT NULL DEFAULT 0, "perm_guest_16"
boolean NOT
NULL DEFAULT 0, "attribute_name" varchar(255) NOT NULL,
"attribute_desc" varchar(255), "attribute_params" text,
"share_parents" text )
Still a NOT NULL too many, but it succeeds.
More information about the bugs
mailing list