Sha256: 099e8e68da95ccaa2e86fd945a8c896be9fe0a2770f0840723b2e5bd1c68a093
Contents?: true
Size: 241 Bytes
Versions: 154
Compression:
Stored size: 241 Bytes
Contents
class AddLimitToNetworkToWorkspaces < ActiveRecord::Migration def self.up add_column :workspaces, :limit_to_network, :boolean, :null => false, :default => false end def self.down remove_column :workspaces, :limit_to_network end end
Version data entries
154 entries across 154 versions & 1 rubygems