Skip to content

Commit

Permalink
Merge pull request #499 from commercekitchen/att_migration_users
Browse files Browse the repository at this point in the history
Att migration users
  • Loading branch information
tmichaelreis authored Aug 11, 2021
2 parents 64068bb + 105cb00 commit b176da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/data/20210630052420_create_att_subsite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def up
}

# Admin users
admins = ['[email protected],
[email protected],
[email protected]']
admins = ['[email protected]',
'[email protected]',
'[email protected]']

# Create the subdomain organization
subsite = Organization.create!(subsite_attributes)
Expand Down

0 comments on commit b176da9

Please sign in to comment.