0
@@ -7,26 +7,26 @@ ActiveRecord::Schema.define(:version => 23) do
0
create_table "assigned_sections", :force => true do |t|
0
t.column "article_id", :integer
0
t.column "section_id", :integer
0
- t.column "position",
:integer, :default => 1
0
+ t.column "position",
:integer, :default => 1
0
create_table "attachments", :force => true do |t|
0
- t.column "type", :string, :limit => 15
0
- t.column "content_type", :string, :limit => 100
0
- t.column "filename", :string
0
- t.column "path", :string
0
- t.column "db_file_id", :integer
0
- t.column "parent_id", :integer
0
- t.column "size", :integer
0
- t.column "width", :integer
0
- t.column "height", :integer
0
- t.column "attachable_id", :integer
0
- t.column "attachable_type", :string, :limit => 20
0
- t.column "site_id", :integer
0
+ t.column "type", :string, :limit => 15
0
+ t.column "content_type", :string, :limit => 100
0
+ t.column "filename", :string
0
+ t.column "path", :string
0
+ t.column "db_file_id", :integer
0
+ t.column "parent_id", :integer
0
+ t.column "size", :integer
0
+ t.column "width", :integer
0
+ t.column "height", :integer
0
+ t.column "attachable_id", :integer
0
+ t.column "attachable_type", :string, :limit => 20
0
+ t.column "site_id", :integer
0
create_table "cached_pages", :force => true do |t|
0
- t.column "url",
:string
0
+ t.column "url",
:string
0
t.column "references", :text
0
t.column "updated_at", :datetime
0
@@ -34,59 +34,59 @@ ActiveRecord::Schema.define(:version => 23) do
0
create_table "content_drafts", :force => true do |t|
0
t.column "article_id", :integer
0
t.column "updated_at", :datetime
0
- t.column "title", :string
0
- t.column "body", :text
0
- t.column "excerpt", :text
0
- t.column "site_id", :integer
0
+ t.column "title", :string
0
+ t.column "body", :text
0
+ t.column "excerpt", :text
0
+ t.column "site_id", :integer
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 "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
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 "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
create_table "db_files", :force => true do |t|
0
@@ -94,52 +94,52 @@ ActiveRecord::Schema.define(:version => 23) do
0
create_table "events", :force => true do |t|
0
- t.column "mode",
:string
0
+ t.column "mode",
:string
0
t.column "article_id", :integer
0
- t.column "title", :text
0
- t.column "body", :text
0
+ t.column "title", :text
0
+ t.column "body", :text
0
t.column "created_at", :datetime
0
- t.column "user_id", :integer
0
- t.column "author", :string, :limit => 100
0
+ t.column "user_id", :integer
0
+ t.column "author", :string, :limit => 100
0
create_table "sections", :force => true do |t|
0
- t.column "name",
:string
0
+ t.column "name",
:string
0
t.column "show_paged_articles", :boolean, :default => false
0
- t.column "articles_per_page", :integer, :default => 15
0
- t.column "layout", :string
0
- t.column "template", :string
0
- t.column "site_id", :integer
0
+ t.column "articles_per_page", :integer, :default => 15
0
+ t.column "layout", :string
0
+ t.column "template", :string
0
+ t.column "site_id", :integer
0
create_table "sessions", :force => true do |t|
0
t.column "session_id", :string
0
- t.column "data",
:text
0
+ t.column "data",
:text
0
t.column "updated_at", :datetime
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 "filters", :text
0
+ t.column "title", :string
0
+ t.column "subtitle", :string
0
+ t.column "email", :string
0
+ t.column "ping_urls", :text
0
+ t.column "filters", :text
0
t.column "articles_per_page", :integer, :default => 15
0
- t.column "host",
:string
0
+ t.column "host",
:string
0
create_table "users", :force => true do |t|
0
- t.column "login", :string, :limit => 40
0
- t.column "email", :string, :limit => 100
0
- t.column "crypted_password", :string, :limit => 40
0
- t.column "salt", :string, :limit => 40
0
- t.column "activation_code", :string, :limit => 40
0
- t.column "activated_at", :datetime
0
- t.column "created_at", :datetime
0
- t.column "updated_at", :datetime
0
- t.column "filters", :text
0
+ t.column "login", :string, :limit => 40
0
+ t.column "email", :string, :limit => 100
0
+ t.column "crypted_password", :string, :limit => 40
0
+ t.column "salt", :string, :limit => 40
0
+ t.column "activation_code", :string, :limit => 40
0
+ t.column "activated_at", :datetime
0
+ t.column "created_at", :datetime
0
+ t.column "updated_at", :datetime
0
+ t.column "filters", :text
Comments
No one has commented yet.