Bug 325386 - commit based on review #r110647 forget to update DB
Summary: commit based on review #r110647 forget to update DB
Status: RESOLVED NOT A BUG
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: GIT (master)
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 11:47 UTC by Cédric Villemain
Modified: 2013-09-28 12:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Villemain 2013-09-28 11:47:10 UTC
This commits change DB schema but forget to update dbupdate.xml.

https://git.reviewboard.kde.org/r/110647/
Comment 1 Daniel Vrátil 2013-09-28 12:50:22 UTC
No need to. New tables, columns and indexes are automatically detected and created on startup (see DbInitializer::checkTable())