pgx_ulid icon indicating copy to clipboard operation
pgx_ulid copied to clipboard

extension "ulid" has no update path from version "0.1.4" to version "0.1.5"

Open nbari opened this issue 1 year ago • 1 comments

Any idea about how to upgrade without doing DROP EXTENSION ulid;

cannot drop extension ulid because other objects depend on it
DETAIL:  column id of table tokens depends on type ulid
column id of table metadata depends on type ulid
HINT:  Use DROP ... CASCADE to drop the dependent objects too.

nbari avatar Aug 12 '24 08:08 nbari

ALTER EXTENSION ulid UPDATE TO '0.1.5';

ERROR: extension "ulid" has no update path from version "0.1.3" to version "0.1.5" (SQLSTATE 22023)

arjunyel avatar Aug 16 '24 19:08 arjunyel

Started adding upgrade scripts from v0.2. Unfortunately, we don't have the same for v1 releases.

pksunkara avatar Nov 10 '25 03:11 pksunkara