]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
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)
commit934c2501639c88ef72a58783f550e3324727b0d4
treeba052dd0b9e43c82839fb6da8349c666a1884e71
parentbcf79c2732bda751b58872fe124b82eafcf04017
parentb750b16c0247c667b5071f42b09891139d09404c
Merge pull request #224 from collectionspace/CC-740-5.2

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;