File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,16 @@ Engine has UI to configure process templates and manage existing processes.
3636### Documentation
3737You can find tutorials and documentation [ here] ( http://madzhuga.github.io/rails_workflow/ )
3838
39+ ### Database Support
40+ Right now rails_workflow using PostgreSQL database and can have json database type issues in other databases.
41+ I am going to implement support to MySQL and other databases which are not supporting json data type.
42+
3943## Installation
4044
4145Add to your application's Gemfile:
4246
4347``` ruby
44- gem ' rails_workflow' , ' 0.2.2 '
48+ gem ' rails_workflow' , ' 0.3.0 '
4549```
4650
4751And then execute:
@@ -63,3 +67,6 @@ Generate all models:
6367$ rails generate rails_workflow:install
6468$ bundle exec rake db:migrate
6569```
70+
71+ ### Help and support
72+ Fell free to contact me if you have some questions or need some help.
You can’t perform that action at this time.
0 commit comments