message-db / message-db Public
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Mar 14, 2021
-
-
-
Merge pull request #19 from kpricorn/bugfix/quote-db-name-in-uninstal…
…l-script Quote custom database names in uninstall script
Commits on Mar 13, 2021
Commits on Mar 8, 2021
Commits on Mar 5, 2021
-
Merge pull request #25 from bradrobertson/br/column-optimization
[#17] - Optimal column order reduces padding
Commits on Mar 2, 2021
-
[#17] - Optimal column order reduces padding
Brad Robertson committedMar 2, 2021
Commits on Nov 11, 2020
-
Avoid syntax errors in `DROP DATABASE` statement with database names containing dashes
Commits on Aug 22, 2020
-
Merge pull request #16 from whoward/patch-2
broken links in the 1.0.0 update documentation are fixed
Commits on Aug 17, 2020
Commits on May 16, 2020
Commits on Apr 30, 2020
-
-
-
-
The
DROP OWNED BY message_store
statement is removed from the unins……tall script. It's superfluous because no database objects are owned by the message_store role, and `DROP OWNED BY` is prohibited on AWS RDS.