]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Merge pull request #224 from collectionspace/CC-740-5.2
authorremillet <remillet@users.noreply.github.com>
Thu, 19 Sep 2019 21:02:48 +0000 (14:02 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2019 21:02:48 +0000 (14:02 -0700)
Cc 740 5.2 - Support for salted passwords and tracking last login data.

To upgrade existing "users" tables from v5.2 to v5.3
ALTER TABLE users ADD COLUMN IF NOT EXISTS salt character varying(128);
ALTER TABLE users ADD COLUMN IF NOT EXISTS lastlogin timestamp without time zone;


Trivial merge