public
Description: Ruby on Rails plugin to provide notification when you need to run migrations
Homepage: http://blog.hasmanythrough.com/2008/3/2/migration-concordance
Clone URL: git://github.com/joshsusser/migration_concordance.git
Search Repo:
resove merge conflict
joshsusser (author)
Sat Apr 05 11:31:22 -0700 2008
commit  c30cebe19ee9fd63f4b5396abe6ec1ad1a366f3b
tree    12144d2dff32fc0d4908ba185428d2c661f0db73
parent  8ae4eb7e7cdadab3112e411969d2821cf2befc24 parent  5c0f25378cff8019ed3b761508a3cfbc1e08e0e8
...
30
31
32
33
 
34
35
36
...
30
31
32
 
33
34
35
36
0
@@ -30,7 +30,7 @@
0
         else
0
           changed = differs.split("_").first.to_i
0
           current = current_version rescue 0
0
- if changed < current
0
+ if changed <= current
0
             mc_red("***** DB schema needs to be re-migrated from: #{differs}")
0
           else
0
             mc_red("***** DB schema has new migrations - run 'rake db:migrate'")

Comments

    No one has commented yet.