X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6d8353821bd431b4f6221449cd33759078622931..5316d90662c4c97987789a7c470fb60c9a30b828:/db/migrate/005_create_old_nodes.rb diff --git a/db/migrate/005_create_old_nodes.rb b/db/migrate/005_create_old_nodes.rb deleted file mode 100644 index 4e99ab31e..000000000 --- a/db/migrate/005_create_old_nodes.rb +++ /dev/null @@ -1,11 +0,0 @@ -class CreateOldNodes < ActiveRecord::Migration - def self.up - create_table :old_nodes do |t| - # t.column :name, :string - end - end - - def self.down - drop_table :old_nodes - end -end