mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-02 19:26:43 +08:00
During an update, it is not possible to run the downgrade scripts until the release has been tagged, but the update scripts can be run. This means that we need to split the previous version into two different fields: one for running the update tests and one for running the downgrade tests.
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
version = 2.4.0-dev
|
|
update_from_version = 2.3.0
|
|
downgrade_to_version = 2.3.0
|
|
|