devel
This commit is contained in:
parent
f81c1d69c5
commit
37f548ce46
89 changed files with 466 additions and 70 deletions
9
db/migrate/20110725210440_add_use_ssl_to_servers.rb
Executable file
9
db/migrate/20110725210440_add_use_ssl_to_servers.rb
Executable file
|
@ -0,0 +1,9 @@
|
|||
class AddUseSslToServers < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :servers, :use_ssl, :boolean
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :servers, :use_ssl, :boolean
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue