Sha256: 3c0ecd170f018620c82a880c6adb5d144dcd681aeba6dbcd9b7e06ca2837c79d
Contents?: true
Size: 232 Bytes
Versions: 11
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true class RemoveNextUpdateFromSource < ActiveRecord::Migration[4.2] def self.up remove_column :sources, :next_update end def self.down add_column :sources, :next_update, :datetime end end
Version data entries
11 entries across 11 versions & 3 rubygems