Make Markdown+itex2MML the default text filter. (After all, that's why people are here...)
This commit is contained in:
parent
3bbdf17f0b
commit
558202d3a7
|
@ -33,7 +33,7 @@ class Beta1Schema < ActiveRecord::Migration
|
|||
t.column "allow_uploads", :integer, :default => 1
|
||||
t.column "published", :integer, :default => 0
|
||||
t.column "count_pages", :integer, :default => 0
|
||||
t.column "markup", :string, :limit => 50, :default => "textile"
|
||||
t.column "markup", :string, :limit => 50, :default => "markdownMML"
|
||||
t.column "color", :string, :limit => 6, :default => "008B26"
|
||||
t.column "max_upload_size", :integer, :default => 100
|
||||
t.column "safe_mode", :integer, :default => 0
|
||||
|
|
|
@ -49,7 +49,7 @@ ActiveRecord::Schema.define(:version => 2) do
|
|||
t.column "allow_uploads", :integer, :default => 1
|
||||
t.column "published", :integer, :default => 0
|
||||
t.column "count_pages", :integer, :default => 0
|
||||
t.column "markup", :string, :limit => 50, :default => "textile"
|
||||
t.column "markup", :string, :limit => 50, :default => "markdownMML"
|
||||
t.column "color", :string, :limit => 6, :default => "008B26"
|
||||
t.column "max_upload_size", :integer, :default => 100
|
||||
t.column "safe_mode", :integer, :default => 0
|
||||
|
|
Loading…
Reference in a new issue