search for: recipients_count

Displaying 3 results from an estimated 3 matches for "recipients_count".

Did you mean: recipient_count
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
...lass Initial < ActiveRecord::Migration def self.up create_table :messages, :options => ''ENGINE=MyISAM'', :force => true do |t| t.column :id, :integer, :null => false t.column :external_id, :string, :null => false t.column :recipients_count, :integer, :default => 0 end end def self.down drop_table :messages end end When running migrate it creates the table and the schema, but it doesn''t preserve the ":options" in the test environment... ActiveRecord::Schema.define(:version => 1) do create_ta...
2006 Jan 08
0
Migration doesn''t seem to preserve create_table options in schema
...lass Initial < ActiveRecord::Migration def self.up create_table :messages, :options => ''ENGINE=MyISAM'', :force => true do |t| t.column :id, :integer, :null => false t.column :external_id, :string, :null => false t.column :recipients_count, :integer, :default => 0 end end def self.down drop_table :messages end end When running migrate it creates the table and the schema, but it doesn''t preserve the ":options" in the test environment... ActiveRecord::Schema.define(:version => 1) do create_ta...
2011 Dec 26
1
managesieve vacation script bounces/frozen with a 550 error.
Dear all, I have been trying to get this problem out of the way but I just cant seem to get it right. I hope someone can point me in the right direction here. I have come up with a vacation script as below, which can be send out from my Postfix SMTP server to my smarthost at the ISP, and yet for some reason it is not sent out at my ISP server. The guys at the ISP have sent me the full error they