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

fix(acl) prevent 014_to_015 migration from throwing an error #3953

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

thibaultcha
Copy link
Member

The id column is a UUID, but given as a string, producing the error:

[Cassandra error] failed to run migration '001_14_to_15' teardown:
...are/lua/5.1/kong/plugins/acl/migrations/001_14_to_15.lua:81:
[Invalid] Invalid STRING constant (c8b871b7-7a18-45a9-9cd3-aa0a78c6073d)
for "id" of type uuid

See #3924

The `id` column is a UUID, but given as a string, producing the error:

[Cassandra error] failed to run migration '001_14_to_15' teardown:
...are/lua/5.1/kong/plugins/acl/migrations/001_14_to_15.lua:81:
[Invalid] Invalid STRING constant (c8b871b7-7a18-45a9-9cd3-aa0a78c6073d)
for "id" of type uuid

See #3924
@thibaultcha thibaultcha merged commit cf54418 into next Nov 5, 2018
@thibaultcha thibaultcha deleted the fix/acl-14-to-15-migration branch November 5, 2018 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants