Skip to content

Commit c103d87

Browse files
committed
Revert change to fixtures task
Reverted change to fixtures task since going by #789 the original task (`db:structure:load`) has been changed to load fixtures instead.
1 parent f00f774 commit c103d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/lib/tasks/app.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace :app do
4444
Rake::Task["db:create"].invoke
4545
Rake::Task["db:migrate"].invoke
4646
end
47-
# Rake::Task["db:schema:load"].invoke
47+
Rake::Task["db:fixtures:load"].invoke
4848
Rake::Task["db:seed"].invoke
4949
rescue ::PG::ObjectInUse => e
5050
puts "\n#{e.message}.".red

0 commit comments

Comments
 (0)