| 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 | 4/14/09 (6205 days ago) |
| Due | |
| Updated | 4/16/09 (6203 days ago) |
| Assigned | |
| Resolved | 4/16/09 (6203 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.