Sha256: 1fe62b0efd07f754c05cab2e8a53d37b062262a38345a9663e491cc06a892d2f
Contents?: true
Size: 295 Bytes
Versions: 114
Compression:
Stored size: 295 Bytes
Contents
class AddSites < ActiveRecord::Migration[5.2] def self.up [:layouts, :snippets, :users].each do |table| add_column table, :site_id, :integer end end def self.down [:layouts, :snippets, :users].each do |table| add_column table, :site_id, :integer end end end
Version data entries
114 entries across 114 versions & 1 rubygems