Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nbari opened this issue Aug 12, 2024 · 1 comment
Labels
D1: easy Difficulty: Easy to implement T: maintenance Type: Maintenance U1: want to have Urgency: Want to have

Comments

@nbari
Copy link

nbari commented Aug 12, 2024

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.
@arjunyel
Copy link

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)

@pksunkara pksunkara added D1: easy Difficulty: Easy to implement T: maintenance Type: Maintenance U1: want to have Urgency: Want to have labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D1: easy Difficulty: Easy to implement T: maintenance Type: Maintenance U1: want to have Urgency: Want to have
Projects
None yet
Development

No branches or pull requests

3 participants