Skip to content

Commit

Permalink
Merge pull request #515 from dmitry-sinina/1.9_fix_seed
Browse files Browse the repository at this point in the history
Fix switch18 schema seeds
  • Loading branch information
dmitry-sinina authored Aug 6, 2019
2 parents e66cf30 + 485bf84 commit c815b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def execute_sql_file(path, connection = ActiveRecord::Base.connection)
'switch15',
'switch16',
'switch17',
'switch18',
'sys'
].each do |filename|
execute_sql_file("db/seeds/main/#{filename}.sql")
Expand Down

0 comments on commit c815b1d

Please sign in to comment.