Skip to content

Commit

Permalink
Merge pull request #107 from ifad/chore/improve-readme
Browse files Browse the repository at this point in the history
Add information about schema format
  • Loading branch information
vjt authored Jan 12, 2021
2 parents 06883cb + 5be714a commit 863cc88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ development:
username: ...
```
Configure Active Record in your `config/application.rb` to use the `:sql` schema
format:

```rb
config.active_record.schema_format = :sql
```

## Schema creation

ChronoModel hooks all `ActiveRecord::Migration` methods to make them temporal
Expand Down

0 comments on commit 863cc88

Please sign in to comment.