Ticket #75 (new)

Opened 6 months ago

switch info table to 2-column key/value pairs

Reported by: martijn Owned by: martijn
Milestone: Component: Core library
Version: Severity: major
Keywords: Cc:

Description

Database properties are currently stored with a column for each key. This is awkward and inflexible.

I propose to switch to a two-column layout, col1 = key, col2 = value. This would require a bump in database schema version

Note: See TracTickets for help on using tickets.