Summary | doc: missing upgrade script |
Queue | Horde Base |
Queue Version | 3.3.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | pedretti (at) eco (dot) unibs (dot) it |
Created | 04/14/2009 (6031 days ago) |
Due | |
Updated | 04/16/2009 (6029 days ago) |
Assigned | |
Resolved | 04/16/2009 (6029 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ doc: missing upgrade script
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
not working. After some searching I noticed that the SyncML sql tables
were not present (they are however created when installing a new horde
database with the create.sql scripts).
The UPGRADING file should then mention to also run:
mysql --user=root --password=<MySQL-root-password> <db name> <
scripts/sql/horde_syncml.sql
to succesfully create the SyncML tables.