skip alpha migration

This commit is contained in:
Priit Tark 2015-04-30 18:32:27 +03:00
parent 64152479a9
commit e28e623487

View file

@ -2,6 +2,8 @@ class AddMissingData < ActiveRecord::Migration
def change
return if Rails.env == 'development'
return if Rails.env == 'test'
return if Rails.env == 'alpha'
puts 'GENERATING ACCOUNTS'
Registrar.all.each do |x|
Account.create(