Jan Provaznik
|
0fc9f9d3e7
|
Add version 4.2 to all existing migrations
DB schema generated by a migration may look different in
rails 4 and 5 (because rails 5 may use different default values).
For this reason it's important to explicitly set for which rails
version a migration was written for.
See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
|
2018-11-22 13:18:28 +01:00 |
|
Ruben Davila
|
eb90e3278a
|
Fix migration without DOWNTIME clause specified
|
2017-02-28 01:11:54 -05:00 |
|
Douwe Maan
|
bdbc7d967a
|
Revert "Enable Style/BarePercentLiterals"
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
|
2017-02-23 09:32:42 -06:00 |
|
Douwe Maan
|
0b27d63359
|
Old migration doesn’t require downtime
|
2017-02-23 09:31:57 -06:00 |
|
Douwe Maan
|
baafd8de26
|
Enable Style/BarePercentLiterals
|
2017-02-23 09:31:57 -06:00 |
|
Felipe Artur
|
39ead205de
|
Remove notification level fild from users, improve migrations and specs
|
2016-06-10 11:49:30 -03:00 |
|