| Summary | DB schema creation failed |
| Queue | Wicked |
| Queue Version | Git develop |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 07/07/2012 (4870 days ago) |
| Due | |
| Updated | 08/29/2012 (4817 days ago) |
| Assigned | 07/07/2012 (4870 days ago) |
| Resolved | 07/09/2012 (4868 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 9479c9cecf80727cc1f18cfe99ab17284f86402d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jul 7 15:38:11 2012 -0400
Ensure we have a default value.
Possible fix for
Bug: 11246wicked/migration/4_wicked_single_revisions.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/9479c9cecf80727cc1f18cfe99ab17284f86402d
Looks like I've lost my horde developer status again, I can't close my
own tickets :)
Assigned to Michael Rubinsky
State ⇒ Feedback
commit 9479c9cecf80727cc1f18cfe99ab17284f86402d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Jul 7 15:38:11 2012 -0400
Ensure we have a default value.
Possible fix for
Bug: 11246wicked/migration/4_wicked_single_revisions.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/9479c9cecf80727cc1f18cfe99ab17284f86402d
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ DB schema creation failed
Queue ⇒ Wicked
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I have a fresh git "develop" branch install here. I can't update the
wicked DB schema with the sqlite driver. Here's the error message from
the log:
2012-07-07T19:27:04+02:00 ERR: HORDE [horde] SQL QUERY FAILED:
SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL column with
default value NULL
ALTER TABLE "wicked_pages" ADD "page_version" int NOT NULL
[pid 1446 on line 812 of
"/datastore/DEVEL/horde/framework/Db/lib/Horde/Db/Adapter/Base.php"]
Thomas