]> git.openstreetmap.org Git - rails.git/commitdiff
fixing one cmd that was missed in the resync
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Sat, 8 Nov 2008 12:16:42 +0000 (12:16 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Sat, 8 Nov 2008 12:16:42 +0000 (12:16 +0000)
db/migrate/018_populate_node_tags_and_remove.rb

index f10bf16d2c53075c10e409c10a5cf610baf8a8d8..2a3f3c9881f13d0e6f0c2415364eda229a967bd2 100644 (file)
@@ -5,7 +5,7 @@ class PopulateNodeTagsAndRemove < ActiveRecord::Migration
     if have_nodes
       prefix = File.join Dir.tmpdir, "017_populate_node_tags_and_remove.#{$$}."
 
     if have_nodes
       prefix = File.join Dir.tmpdir, "017_populate_node_tags_and_remove.#{$$}."
 
-      cmd = "db/migrate/017_populate_node_tags_and_remove_helper"
+      cmd = "db/migrate/018_populate_node_tags_and_remove_helper"
       src = "#{cmd}.c"
       if not File.exists? cmd or File.mtime(cmd) < File.mtime(src) then 
         system 'cc -O3 -Wall `mysql_config --cflags --libs` ' +
       src = "#{cmd}.c"
       if not File.exists? cmd or File.mtime(cmd) < File.mtime(src) then 
         system 'cc -O3 -Wall `mysql_config --cflags --libs` ' +