0
# migrations feature of ActiveRecord to incrementally modify your database, and
0
# then regenerate this schema definition.
0
-ActiveRecord::Schema.define(:version => 6
6) do
0
+ActiveRecord::Schema.define(:version => 6
7) do
0
create_table "assets", :force => true do |t|
0
t.column "content_type", :string
0
add_index "sessions", ["session_id"], :name => "sessions_session_id_index"
0
create_table "sites", :force => true do |t|
0
- t.column "title", :string
0
- t.column "subtitle", :string
0
- t.column "email", :string
0
- t.column "ping_urls", :text
0
- t.column "articles_per_page", :integer, :default => 15
0
- t.column "host", :string
0
- t.column "akismet_key", :string, :limit => 100
0
- t.column "akismet_url", :string
0
- t.column "approve_comments", :boolean
0
- t.column "comment_age", :integer
0
- t.column "timezone", :string
0
- t.column "filter", :string
0
- t.column "permalink_style", :string
0
- t.column "search_path", :string
0
- t.column "tag_path", :string
0
- t.column "search_layout", :string
0
- t.column "tag_layout", :string
0
+ t.column "title", :string
0
+ t.column "subtitle", :string
0
+ t.column "email", :string
0
+ t.column "ping_urls", :text
0
+ t.column "articles_per_page", :integer, :default => 15
0
+ t.column "host", :string
0
+ t.column "akismet_key", :string, :limit => 100
0
+ t.column "akismet_url", :string
0
+ t.column "approve_comments", :boolean
0
+ t.column "comment_age", :integer
0
+ t.column "timezone", :string
0
+ t.column "filter", :string
0
+ t.column "permalink_style", :string
0
+ t.column "search_path", :string
0
+ t.column "tag_path", :string
0
+ t.column "search_layout", :string
0
+ t.column "tag_layout", :string
0
+ t.column "current_theme_path", :string
0
add_index "sites", ["host"], :name => "index_sites_on_host"
Comments
No one has commented yet.