Document schema changes, tidy up upgrade script
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 17 Jun 2016 23:12:23 +0000 (19:12 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 5 Sep 2016 20:31:51 +0000 (22:31 +0200)
commit9219f29de491af4a990deec79e658ccf2ab9f9bf
treed8cf6372fce6e4dd0d52e3df82497aaaeed6d588
parent067c84367022eed3f43b11df85b4fd0c402d8715
Document schema changes, tidy up upgrade script

Add copyright header, simplified from the usual since shell scripts
don't fold header comments by default.

Add a lengthy comment about how to manage schema changes, including
an example of adding the column 'test' to the 'ircserver' table.

Add some quotes to directory variables to handle spaces, comment some
of the commands.

Resolves GH-217.
src/core/SQL/upgradeSchema.sh