Qabel / qabel.github.io

:octocat: The Qabel documentation repository. The technical stuff can be found at our github.io page.
https://qabel.github.io
Other
2 stars 10 forks source link

Remove id column and use name is primary key #111

Closed audax closed 8 years ago

audax commented 8 years ago

There is no need for an additional id field. The name coloumn already should have been specified as UNIQUE, so we might as well use it as the PRIMARY KEY.

These changes are already merged in qabel-android and are in the PR for qabel-deskop: https://github.com/Qabel/qabel-desktop/pull/35

jasinai commented 8 years ago

:+1:

roeslpa commented 8 years ago

:+1: