Skip to content

Commit

Permalink
Remove uniqueness validation from Zone.
Browse files Browse the repository at this point in the history
Due to global region
  • Loading branch information
slemrmartin committed Jul 31, 2018
1 parent c8b53f3 commit 1c19691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/migrate/20180626125654_make_maintenance_zone_record.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class MakeMaintenanceZoneRecord < ActiveRecord::Migration[5.0]
class Zone < ActiveRecord::Base
validates_presence_of :name
validates_uniqueness_of :name

MAINTENANCE_ZONE_NAME = "__maintenance__".freeze
end
Expand Down

0 comments on commit 1c19691

Please sign in to comment.