File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,7 @@ the `:validity` option:
146
146
change_table :your_table, temporal: true, copy_data: true, validity: '1977-01-01'
147
147
` ` `
148
148
149
- Please note that `change_table` requires you to use *old_style* `up` and
150
- ` down` migrations. It cannot work with Rails 3-style `change` migrations.
149
+ Please note that `change_table` requires you to use `up` and `down` migrations.
151
150
152
151
153
152
# # Selective Journaling
@@ -361,6 +360,10 @@ Ensure to run the full test suite before pushing.
361
360
362
361
* `*_by_sql` query methods are not supported. [See issue # 313][gh-issue-313]
363
362
363
+ * `self.table_name` must be set before `include ChronoModel::TimeMachine`.
364
+ [See issue # 336][gh-issue-336]
365
+
366
+
364
367
# # Contributing
365
368
366
369
1. Fork it
@@ -428,3 +431,4 @@ This software is Made in Italy :it: :smile:.
428
431
[gh-issue-192] : https://github.com/ifad/chronomodel/issues/192
429
432
[gh-issue-206] : https://github.com/ifad/chronomodel/issues/206
430
433
[gh-issue-313] : https://github.com/ifad/chronomodel/issues/313
434
+ [gh-issue-336] : https://github.com/ifad/chronomodel/issues/336
You can’t perform that action at this time.
0 commit comments