Sha256: b017d2abfc87463b3cd282d9adab1334d9830ab70b8df83cb78583ab7d367a09
Contents?: true
Size: 148 Bytes
Versions: 24
Compression:
Stored size: 148 Bytes
Contents
class UpdateItems < ActiveRecord::Migration[5.0] def change remove_column :items, :type add_column :items, :packet_id, :integer end end
Version data entries
24 entries across 24 versions & 1 rubygems