docs: Move SQL schema to README.md, add more help
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 17 Jun 2018 19:25:39 +0000 (14:25 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Jun 2018 20:06:25 +0000 (22:06 +0200)
commit752237a05d424c132f51a0bba76dea84e2d72b81
tree092fd967bc500842ffb0f651368df980bcc0db14
parent0d76d741f4020e4d6b1d3b32cbb69380f5917a95
docs: Move SQL schema to README.md, add more help

Move SQL schema guidelines to a dedicated README.md, with all the
niceties of Markdown formatting and the added prominence of GitHub
displaying it whenever navigating to the `src/sql` folder.

Add a brief high-level overview of Quassel's database schema.

Polish up the SQL schema guidelines to follow the current Quassel
workflow.

Clean up remarks in the script files, including pointing to the new
README.md file.
src/core/SQL/README.md [new file with mode: 0644]
src/core/SQL/updateSQLResource.sh
src/core/SQL/upgradeSchema.sh