Skip to content

Commit 7558b06

Browse files
authored
Updating seeded school code to match profile (#454)
## Status - Closes _add issue numbers or delete_ - Related to _add issue numbers or delete_ ## Points for consideration: - Security - Performance ## What's changed? _Description of what's been done - bullets are often best_ ## Steps to perform after deploying to production _If the production environment requires any extra work after this PR has been deployed detail it here. This could be running a Rake task, a migration, or upgrading a Gem. That kind of thing._
1 parent a713cff commit 7558b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/seeds_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module SeedsHelper
1010

1111
# Match the school in profile...
1212
TEST_SCHOOL = 'e52de409-9210-4e94-b08c-dd11439e07d9' # e52de409-9210-4e94-b08c-dd11439e07d9
13-
SCHOOL_CODE = '12-12-12-12'
13+
SCHOOL_CODE = '12-34-56'
1414

1515
def create_school(creator_id, school_id = nil)
1616
School.find_or_create_by!(creator_id:, id: school_id) do |school|

0 commit comments

Comments
 (0)