6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/25/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12998] git HEAD: DB migration fails
*
Your Email Address
*
Spam protection
Enter the letters below:
__..__.. .._.. . (__ [__]|__| | | | .__)| || |_|_|/\|
Comment
>> What's the result of calling this in Horde's PHP console: >> var_dump($injector->getInstance('Horde_Db_Adapter')->columns('turba_shares')); > > array(11) { > ["share_id"]=> > object(Horde_Db_Adapter_Sqlite_Column)#208 (11) { > ["_name":protected]=> > string(8) "share_id" > ["_type":protected]=> > string(7) "integer" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(7) "INTEGER" > ["_isText":protected]=> > bool(false) > ["_isNumber":protected]=> > bool(true) > } > ["share_name"]=> > object(Horde_Db_Adapter_Sqlite_Column)#199 (11) { > ["_name":protected]=> > string(10) "share_name" > ["_type":protected]=> > string(6) "string" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > int(255) > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(12) "varchar(255)" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > ["share_owner"]=> > object(Horde_Db_Adapter_Sqlite_Column)#212 (11) { > ["_name":protected]=> > string(11) "share_owner" > ["_type":protected]=> > string(6) "string" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > int(255) > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(12) "varchar(255)" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > ["share_flags"]=> > object(Horde_Db_Adapter_Sqlite_Column)#210 (11) { > ["_name":protected]=> > string(11) "share_flags" > ["_type":protected]=> > string(7) "integer" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > int(0) > ["_sqlType":protected]=> > string(3) "int" > ["_isText":protected]=> > bool(false) > ["_isNumber":protected]=> > bool(true) > } > ["perm_creator"]=> > object(Horde_Db_Adapter_Sqlite_Column)#213 (11) { > ["_name":protected]=> > string(12) "perm_creator" > ["_type":protected]=> > string(7) "integer" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > int(0) > ["_sqlType":protected]=> > string(3) "int" > ["_isText":protected]=> > bool(false) > ["_isNumber":protected]=> > bool(true) > } > ["perm_default"]=> > object(Horde_Db_Adapter_Sqlite_Column)#214 (11) { > ["_name":protected]=> > string(12) "perm_default" > ["_type":protected]=> > string(7) "integer" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > int(0) > ["_sqlType":protected]=> > string(3) "int" > ["_isText":protected]=> > bool(false) > ["_isNumber":protected]=> > bool(true) > } > ["perm_guest"]=> > object(Horde_Db_Adapter_Sqlite_Column)#215 (11) { > ["_name":protected]=> > string(10) "perm_guest" > ["_type":protected]=> > string(7) "integer" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > int(0) > ["_sqlType":protected]=> > string(3) "int" > ["_isText":protected]=> > bool(false) > ["_isNumber":protected]=> > bool(true) > } > ["attribute_name"]=> > object(Horde_Db_Adapter_Sqlite_Column)#216 (11) { > ["_name":protected]=> > string(14) "attribute_name" > ["_type":protected]=> > string(6) "string" > ["_null":protected]=> > bool(false) > ["_limit":protected]=> > int(255) > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(12) "varchar(255)" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > ["attribute_desc"]=> > object(Horde_Db_Adapter_Sqlite_Column)#217 (11) { > ["_name":protected]=> > string(14) "attribute_desc" > ["_type":protected]=> > string(6) "string" > ["_null":protected]=> > bool(true) > ["_limit":protected]=> > int(255) > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(12) "varchar(255)" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > ["attribute_params"]=> > object(Horde_Db_Adapter_Sqlite_Column)#218 (11) { > ["_name":protected]=> > string(16) "attribute_params" > ["_type":protected]=> > string(4) "text" > ["_null":protected]=> > bool(true) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(4) "text" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > ["share_parents"]=> > object(Horde_Db_Adapter_Sqlite_Column)#219 (11) { > ["_name":protected]=> > string(13) "share_parents" > ["_type":protected]=> > string(4) "text" > ["_null":protected]=> > bool(true) > ["_limit":protected]=> > NULL > ["_precision":protected]=> > NULL > ["_scale":protected]=> > NULL > ["_unsigned":protected]=> > bool(false) > ["_default":protected]=> > NULL > ["_sqlType":protected]=> > string(4) "text" > ["_isText":protected]=> > bool(true) > ["_isNumber":protected]=> > bool(false) > } > }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers