Skip to content

Commit f5b1ca7

Browse files
committed
readme updates
1 parent abaaaf1 commit f5b1ca7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ 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+
3943
## Installation
4044

4145
Add to your application's Gemfile:
4246

4347
```ruby
44-
gem 'rails_workflow', '0.2.2'
48+
gem 'rails_workflow', '0.3.0'
4549
```
4650

4751
And 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.

0 commit comments

Comments
 (0)