mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
5 lines
149 B
Ruby
5 lines
149 B
Ruby
class AddHasReceiverToRegions < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :regions, :has_receiver, :boolean, default: false
|
|
end
|
|
end
|