Skip to content

Commit bf5c20a

Browse files
committed
readme updates
1 parent f5b1ca7 commit bf5c20a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Engine has UI to configure process templates and manage existing processes.
3636
### Documentation
3737
You 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

4541
Add 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
7274
Fell free to contact me if you have some questions or need some help.

0 commit comments

Comments
 (0)