We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d01b2 commit eaa43ffCopy full SHA for eaa43ff
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.1
2
+
3
+- Update Table column limit for fix MySQL max key length error. (#17)
4
5
## 1.1.0
6
7
- Allows to configure different Models / Tables for store actions. (#16)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- action-store (1.1.0)
+ action-store (1.1.1)
rails (>= 5.2, < 7)
GEM
lib/action_store/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActionStore
- VERSION = "1.1.0"
+ VERSION = "1.1.1"
end
0 commit comments