Skip to content

Commit

Permalink
Update tasks/databases.rake
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan <[email protected]>
  • Loading branch information
ngan and capripot authored Aug 15, 2024
1 parent d334097 commit 04159f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/databases.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace :db do
desc "Migrate the database data and schema (options: VERSION=x, VERBOSE=false)."
task :with_data => :load_config do
DataMigrate::DatabaseTasks.migrate_with_data

Rake::Task["db:_dump"].invoke
Rake::Task["data:dump"].invoke
end
Expand Down

0 comments on commit 04159f8

Please sign in to comment.