Skip to content

Commit

Permalink
Add deprecation I accidentally missed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Jan 4, 2014
1 parent 77d18ed commit 9ea54b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/railties/databases.rake
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ db_namespace = namespace :db do
task :clone_schema => %w(db:test:deprecated db:schema:dump db:test:load_schema)

# desc "Recreate the test database from a fresh structure.sql file"
task :clone_structure => %w(db:structure:dump db:test:load_structure)
task :clone_structure => %w(db:test:deprecated db:structure:dump db:test:load_structure)

# desc "Empty the test database"
task :purge => %w(db:test:deprecated environment load_config) do
Expand Down

0 comments on commit 9ea54b2

Please sign in to comment.