ERROR: extension "ulid" has no update path from version "0.1.3" to version "0.1.5"
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)
2 Replies
fair-rose•15mo ago
this might be an issue that is specific to 0.1.5 - Not sure if this issue on the ULID github repo is related https://github.com/pksunkara/pgx_ulid/issues/49
GitHub
extension "ulid" has no update path from version "0.1.4" to version...
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 ta...
quickest-silverOP•15mo ago
@andyhats thank you, sorry for the trouble!
Is there a way to mark this discord thread as solved?