68f0e91259
* track forks * update api and docs * fix tests
5 lines
141 B
Ruby
5 lines
141 B
Ruby
class AddSourceToMaps < ActiveRecord::Migration[5.0]
|
|
def change
|
|
add_reference :maps, :source, foreign_key: {to_table: :maps}
|
|
end
|
|
end
|