Commit aded0d1bb3a7299c170abf4fc86936cbc6b90649
1 parent
a4f50f1a
Exists in
master
and in
29 other branches
ActionItem64: use '[No Filter]' as default filter
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@563 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/migrate/008_add_comatose_support.rb
... | ... | @@ -16,7 +16,7 @@ class AddComatoseSupport < ActiveRecord::Migration |
16 | 16 | t.column "slug", :string, :limit => 255 |
17 | 17 | t.column "keywords", :string, :limit => 255 |
18 | 18 | t.column "body", :text |
19 | - t.column "filter_type", :string, :limit => 25, :default => "Textile" | |
19 | + t.column "filter_type", :string, :limit => 25, :default => "[No Filter]" | |
20 | 20 | t.column "author", :string, :limit => 255 |
21 | 21 | t.column "position", :integer, :default => 0 |
22 | 22 | t.column "version", :integer | ... | ... |