lib/mongrel2/config/host.rb in mongrel2-0.35.0 vs lib/mongrel2/config/host.rb in mongrel2-0.36.0

- old
+ new

@@ -4,11 +4,11 @@ require 'mongrel2/config' unless defined?( Mongrel2::Config ) # Mongrel2 Host configuration class class Mongrel2::Config::Host < Mongrel2::Config( :host ) - ### As of Mongrel2/1.7.5: - # CREATE TABLE host (id INTEGER PRIMARY KEY, + ### As of Mongrel2/1.8.0: + # CREATE TABLE host (id INTEGER PRIMARY KEY, # server_id INTEGER, # maintenance BOOLEAN DEFAULT 0, # name TEXT, # matching TEXT);