mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
Add Rails version to the migrations.
This commit is contained in:
parent
820f5b5f8f
commit
6fb6cac89c
65 changed files with 68 additions and 68 deletions
|
|
@ -1,4 +1,4 @@
|
|||
class CreatedAt < ActiveRecord::Migration
|
||||
class CreatedAt < ActiveRecord::Migration[5.2]
|
||||
# Current bug in Rails that prevents rename_column working in SQLite
|
||||
# if the column names use symbols instead of strings.
|
||||
# <http://dev.rubyonrails.org/changeset/2731>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue