Sha256: 5f5f33ffba1347a2cc422a8d5d78067a762404b88487556ab37b3e3e0c765d0f
Contents?: true
Size: 202 Bytes
Versions: 33
Compression:
Stored size: 202 Bytes
Contents
class ProjectToSection < ActiveRecord::Migration def self.up rename_column :nodes, "project_id", "section_id" end def self.down rename_column :nodes, "section_id", "project_id" end end
Version data entries
33 entries across 33 versions & 1 rubygems