class AddDataSnapshotToMiniEnvironment < ActiveRecord::Migration[5.1] def change add_reference( :mini_environments, :data_snapshot, foreign_key: { to_table: :govuk_guix_data_snapshots } ) end end