2b35c0b375
Added new release task in the make file to automatize the new version process: - Move current version to old_versions folder - Change .control file to the new version - Create the complete SQL file for the new version - Create empty upgrade and downgrade files To call the new task you should pass the NEW_VERSION variable. Eg: make release NEW_VERSION=0.x.0
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
--DO NOT MODIFY THIS FILE, IT IS GENERATED AUTOMATICALLY FROM SOURCES
|
|
-- Complain if script is sourced in psql, rather than via CREATE EXTENSION
|
|
\echo Use "ALTER EXTENSION cdb_dataservices_server UPDATE TO '<%= version %>'" to load this file. \quit
|
|
|
|
-- HERE goes your code to upgrade/downgrade |