Class: AddLimitToNetworkToWorkspaces
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddLimitToNetworkToWorkspaces
- Defined in:
- db/migrate/20101206212033_add_limit_to_network_to_workspaces.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'db/migrate/20101206212033_add_limit_to_network_to_workspaces.rb', line 6 def self.down remove_column :workspaces, :limit_to_network end |
.up ⇒ Object
2 3 4 |
# File 'db/migrate/20101206212033_add_limit_to_network_to_workspaces.rb', line 2 def self.up add_column :workspaces, :limit_to_network, :boolean, :null => false, :default => false end |