0
# migrations feature of ActiveRecord to incrementally modify your database, and
0
# then regenerate this schema definition.
0
-ActiveRecord::Schema.define(:version =>
39) do
0
+ActiveRecord::Schema.define(:version =>
40) do
0
create_table "assigned_sections", :force => true do |t|
0
t.column "article_id", :integer
0
@@ -31,58 +31,58 @@ ActiveRecord::Schema.define(:version => 39) do
0
create_table "content_versions", :force => true do |t|
0
- t.column "content_id", :integer
0
- t.column "version", :integer
0
- t.column "article_id", :integer
0
- t.column "user_id", :integer
0
- t.column "title", :string
0
- t.column "permalink", :string
0
- t.column "excerpt", :text
0
- t.column "body", :text
0
- t.column "excerpt_html", :text
0
- t.column "body_html", :text
0
- t.column "created_at", :datetime
0
- t.column "updated_at", :datetime
0
- t.column "published_at", :datetime
0
- t.column "author", :string, :limit => 100
0
- t.column "author_url", :string
0
- t.column "author_email", :string
0
- t.column "author_ip", :string, :limit => 100
0
- t.column "comments_count", :integer, :default => 0
0
- t.column "filters", :text
0
- t.column "updater_id", :integer
0
- t.column "versioned_type", :string, :limit => 20
0
- t.column "site_id", :integer
0
- t.column "approved", :boolean, :default => false
0
- t.column "expire_comments_at", :datetime
0
- t.column "parse_macros", :boolean
0
+ t.column "content_id", :integer
0
+ t.column "version", :integer
0
+ t.column "article_id", :integer
0
+ t.column "user_id", :integer
0
+ t.column "title", :string
0
+ t.column "permalink", :string
0
+ t.column "excerpt", :text
0
+ t.column "body", :text
0
+ t.column "excerpt_html", :text
0
+ t.column "body_html", :text
0
+ t.column "created_at", :datetime
0
+ t.column "updated_at", :datetime
0
+ t.column "published_at", :datetime
0
+ t.column "author", :string, :limit => 100
0
+ t.column "author_url", :string
0
+ t.column "author_email", :string
0
+ t.column "author_ip", :string, :limit => 100
0
+ t.column "comments_count", :integer, :default => 0
0
+ t.column "filters", :text
0
+ t.column "updater_id", :integer
0
+ t.column "versioned_type", :string, :limit => 20
0
+ t.column "site_id", :integer
0
+ t.column "approved", :boolean, :default => false
0
+ t.column "parse_macros", :boolean
0
+ t.column "comment_age", :integer, :default => 0
0
create_table "contents", :force => true do |t|
0
- t.column "article_id", :integer
0
- t.column "user_id", :integer
0
- t.column "title", :string
0
- t.column "permalink", :string
0
- t.column "excerpt", :text
0
- t.column "body", :text
0
- t.column "excerpt_html", :text
0
- t.column "body_html", :text
0
- t.column "created_at", :datetime
0
- t.column "updated_at", :datetime
0
- t.column "published_at", :datetime
0
- t.column "type", :string, :limit => 20
0
- t.column "author", :string, :limit => 100
0
- t.column "author_url", :string
0
- t.column "author_email", :string
0
- t.column "author_ip", :string, :limit => 100
0
- t.column "comments_count", :integer, :default => 0
0
- t.column "filters", :text
0
- t.column "version", :integer
0
- t.column "updater_id", :integer
0
- t.column "site_id", :integer
0
- t.column "approved", :boolean, :default => false
0
- t.column "expire_comments_at", :datetime
0
- t.column "parse_macros", :boolean
0
+ t.column "article_id", :integer
0
+ t.column "user_id", :integer
0
+ t.column "title", :string
0
+ t.column "permalink", :string
0
+ t.column "excerpt", :text
0
+ t.column "body", :text
0
+ t.column "excerpt_html", :text
0
+ t.column "body_html", :text
0
+ t.column "created_at", :datetime
0
+ t.column "updated_at", :datetime
0
+ t.column "published_at", :datetime
0
+ t.column "type", :string, :limit => 20
0
+ t.column "author", :string, :limit => 100
0
+ t.column "author_url", :string
0
+ t.column "author_email", :string
0
+ t.column "author_ip", :string, :limit => 100
0
+ t.column "comments_count", :integer, :default => 0
0
+ t.column "filters", :text
0
+ t.column "version", :integer
0
+ t.column "updater_id", :integer
0
+ t.column "site_id", :integer
0
+ t.column "approved", :boolean, :default => false
0
+ t.column "parse_macros", :boolean
0
+ t.column "comment_age", :integer, :default => 0
0
create_table "events", :force => true do |t|
0
@@ -126,7 +126,6 @@ ActiveRecord::Schema.define(:version => 39) do
0
t.column "host", :string
0
t.column "akismet_key", :string, :limit => 100
0
t.column "akismet_url", :string
0
- t.column "accept_comments", :boolean
0
t.column "approve_comments", :boolean
0
t.column "comment_age", :integer
0
t.column "timezone", :string