mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-08 05:32:37 +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,5 +1,5 @@
|
|||
# Verision 1.0.3 database
|
||||
class CreateTracksDb < ActiveRecord::Migration
|
||||
class CreateTracksDb < ActiveRecord::Migration[5.2]
|
||||
def self.up
|
||||
create_table :contexts do |t|
|
||||
t.column :name, :string, :null => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue