We create migration scripts such as the following:
|
$(EXTENSION)--2.11.sql: $(EXTENSION)--2.10.sql $(EXTENSION)--2.10--2.11.sql |
|
cat $^ > $@ |
We no longer need to generate these files, as PG >= 10 is clever enough to find migration paths automatically.
Originally posted by @hanefi in #132 (comment)