--- /dev/null
+--Upgrade Script for 2.9.4 to 2.9.5
+\set eg_version '''2.9.5'''
+
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.9.5', :eg_version);
+
- 2.9.1-2.9.2-upgrade-db.sql
- 2.9.2-2.9.3-upgrade-db.sql
- 2.9.3-2.9.4-upgrade-db.sql
+- 2.9.4-2.9.5-upgrade-db.sql
Note that you do *not* want to run additional 2.5 scripts to upgrade to the
newest version of 2.5, since currently there is no automated way to upgrade
- 2.7.4-2.8.0-upgrade-db.sql
- (run all incremental scripts from 2.8.0 to 2.8.4)
- 2.8.4-2.9.0-upgrade-db.sql
-- (run all incremental scripts from 2.9.0 to 2.9.4)
+- (run all incremental scripts from 2.9.0 to 2.9.5)
=============
[CAUTION]