- The `DROP OWNED BY message_store` statement is removed from the uninstall script. The use of `DROP OWNED BY` is prohibited on AWS RDS. And ultimately, it's superfluous because no database objects are owned by the message_store role.
1.2.0
Mon Apr 27 2020
- Install script will not create the database when the CREATE_DATABASE environment variable is set to "off"
1.1.6
Mon Jan 6 2020
- Install and uninstall scripts explicitly connect to the postgres database when running the psql utility, and do not depend on the existence of a user database
1.1.5
Fri Dec 20 2019
- Changes applied to a pre-v1 message store are documented in database/update/1.0.0.md - The v1 update script prints out a link to the changes doc
1.1.4
Fri Dec 20 2019
- The update script is deprecated in preparation of versioned update scripts - Update scripts are located in database/updates - The update code for the v1.0.0 database is moved to database/updates/1.0.0.sh
1.1.3
Fri Dec 20 2019
- The update script is corrected for its referencing of the gen_random_uuid from the message_store schema