File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ 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-
4339## Installation
4440
4541Add to your application's Gemfile:
@@ -68,5 +64,11 @@ $ rails generate rails_workflow:install
6864$ bundle exec rake db:migrate
6965```
7066
67+ ### Database Support
68+ I am developing this engine using PostgreSQL database.
69+ There can be issues with json data type if you will try to use other database engines.
70+ I am going to implement support to MySQL and other databases which has no native json data type support.
71+
72+
7173### Help and support
7274Fell 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