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