fixing one cmd that was missed in the resync
This commit is contained in:
parent
bf29550db8
commit
fb627873c2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class PopulateNodeTagsAndRemove < ActiveRecord::Migration
|
||||||
if have_nodes
|
if have_nodes
|
||||||
prefix = File.join Dir.tmpdir, "017_populate_node_tags_and_remove.#{$$}."
|
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"
|
src = "#{cmd}.c"
|
||||||
if not File.exists? cmd or File.mtime(cmd) < File.mtime(src) then
|
if not File.exists? cmd or File.mtime(cmd) < File.mtime(src) then
|
||||||
system 'cc -O3 -Wall `mysql_config --cflags --libs` ' +
|
system 'cc -O3 -Wall `mysql_config --cflags --libs` ' +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue