1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-05-18 11:45:11 +08:00
Sven Klemm ce90fde526 Alter pre-update handling during downgrade script generation
Before this change during downgrade script generation we would
always fetch the pre-update script from the previous version and
prepend it to the generated scripts. This limits what can be
referenced in the pre-update script and also what is possible
within the downgrade itself.
This patch splits the pre-update script into a generic part that
is used for update/downgrade and an update specific part. We could
later also add a downgrade specific part but currently it is not
needed. This change is necessary because we reference a timescaledb
view in the pre-update script which prevents changes to that view.
2023-12-18 10:13:03 +01:00
..
2023-11-29 21:49:17 +01:00
2023-12-12 20:37:35 +01:00
2023-10-14 22:28:21 +02:00
2023-09-28 08:14:30 +02:00
2023-10-14 22:28:21 +02:00
2023-12-12 21:45:33 +01:00