X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d130db9fa84da832a6a0cb0333982725fdc480c7..97036c181e307dae10bb019dbcbd7a50d30bb3b8:/db/migrate/006_tile_nodes.rb diff --git a/db/migrate/006_tile_nodes.rb b/db/migrate/006_tile_nodes.rb index 848dc9724..ca898cb37 100644 --- a/db/migrate/006_tile_nodes.rb +++ b/db/migrate/006_tile_nodes.rb @@ -1,11 +1,11 @@ require "migrate" class TileNodes < ActiveRecord::Migration[4.2] - class Node < ActiveRecord::Base + class Node < ApplicationRecord self.table_name = "current_nodes" end - class OldNode < ActiveRecord::Base + class OldNode < ApplicationRecord self.table_name = "nodes" end