Make Markdown+itex2MML the default text filter. (After all, that's why people are here...)

master
Jacques Distler 2007-02-16 12:27:51 -06:00
parent 3bbdf17f0b
commit 558202d3a7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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