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

CI: Try to fix workflow definition #15

Merged
merged 14 commits into from
Nov 2, 2023
Merged

CI: Try to fix workflow definition #15

merged 14 commits into from
Nov 2, 2023

Conversation

franzliedke
Copy link
Collaborator

@julik julik self-requested a review October 28, 2023 14:59
@franzliedke franzliedke mentioned this pull request Oct 31, 2023
@julik julik merged commit 83a2a3d into julik:main Nov 2, 2023
0 of 3 checks passed
@franzliedke franzliedke deleted the patch-1 branch November 2, 2023 11:23
@@ -2,7 +2,7 @@
class Idempo::ActiveRecordBackend
def self.create_table(via_migration)
via_migration.create_table 'idempo_responses', charset: 'utf8mb4', collation: 'utf8mb4_unicode_ci' do |t|
t.string :idempotent_request_key, index: true, unique: true, null: false
t.string :idempotent_request_key, index: {unique: true}, null: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julik This change should be mentioned in release notes. Users will have to manually re-create a UNIQUE index. (Not sure why, but this wrong syntax raised an exception in the tests, while it was simply ignored in production.)

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