Skip to content

Commit

Permalink
Cleanup migration text
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisparrish committed Oct 2, 2009
1 parent 7fc5476 commit ee9bf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/002_add_dependencies_to_text_assets.rb
Expand Up @@ -3,7 +3,7 @@ def self.up
if TextAsset.count > 0
puts "\n * * * * NOTICE * * * *"
puts " This migration used to populate the newly-created dependencies"
puts " table but the previously models have since changed. So, now"
puts " table but the previous models have since changed. So, now"
puts " this step only creates the empty table."
puts "\n Normally, this ist a problem..."
puts "\n BUT we have detected existing records in your text_assets table"
Expand Down

0 comments on commit ee9bf73

Please sign in to comment.