From ad643f7590d3887be9aef1af720a330e5983d650 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sun, 18 Sep 2011 10:16:08 -0700 Subject: [PATCH] schema compliance --- db/migrate/20110917084645_create_domains.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20110917084645_create_domains.rb b/db/migrate/20110917084645_create_domains.rb index cea2221..0644d0b 100644 --- a/db/migrate/20110917084645_create_domains.rb +++ b/db/migrate/20110917084645_create_domains.rb @@ -3,7 +3,7 @@ class CreateDomains < ActiveRecord::Migration create_table :domains do |t| t.string :name, :limit => 255, :null => false t.string :master, :limit => 128 - t.integer :last_check, :limit => 50, :null => false + t.integer :last_check, :limit => 50 t.string :type, :limit => 6, :null => false t.integer :notified_serial t.string :account, :limit => 40