From aded0d1bb3a7299c170abf4fc86936cbc6b90649 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 26 Sep 2007 19:36:26 +0000 Subject: [PATCH] ActionItem64: use '[No Filter]' as default filter --- db/migrate/008_add_comatose_support.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/008_add_comatose_support.rb b/db/migrate/008_add_comatose_support.rb index 2dfc7af..2a39602 100644 --- a/db/migrate/008_add_comatose_support.rb +++ b/db/migrate/008_add_comatose_support.rb @@ -16,7 +16,7 @@ class AddComatoseSupport < ActiveRecord::Migration t.column "slug", :string, :limit => 255 t.column "keywords", :string, :limit => 255 t.column "body", :text - t.column "filter_type", :string, :limit => 25, :default => "Textile" + t.column "filter_type", :string, :limit => 25, :default => "[No Filter]" t.column "author", :string, :limit => 255 t.column "position", :integer, :default => 0 t.column "version", :integer -- libgit2 0.21.2