|
|
@ -419,9 +419,9 @@ ActiveRecord::Schema.define(:version => 20140730024419) do
|
|
|
|
t.string "web_title"
|
|
|
|
t.string "web_title"
|
|
|
|
t.string "title"
|
|
|
|
t.string "title"
|
|
|
|
t.text "description"
|
|
|
|
t.text "description"
|
|
|
|
|
|
|
|
t.string "page_type"
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.string "page_type"
|
|
|
|
|
|
|
|
t.integer "sort_type"
|
|
|
|
t.integer "sort_type"
|
|
|
|
t.integer "image_width", :default => 107
|
|
|
|
t.integer "image_width", :default => 107
|
|
|
|
t.integer "image_height", :default => 63
|
|
|
|
t.integer "image_height", :default => 63
|
|
|
@ -882,19 +882,6 @@ ActiveRecord::Schema.define(:version => 20140730024419) do
|
|
|
|
|
|
|
|
|
|
|
|
add_index "repositories", ["project_id"], :name => "index_repositories_on_project_id"
|
|
|
|
add_index "repositories", ["project_id"], :name => "index_repositories_on_project_id"
|
|
|
|
|
|
|
|
|
|
|
|
create_table "rich_rich_files", :force => true do |t|
|
|
|
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
|
|
|
t.string "rich_file_file_name"
|
|
|
|
|
|
|
|
t.string "rich_file_content_type"
|
|
|
|
|
|
|
|
t.integer "rich_file_file_size"
|
|
|
|
|
|
|
|
t.datetime "rich_file_updated_at"
|
|
|
|
|
|
|
|
t.string "owner_type"
|
|
|
|
|
|
|
|
t.integer "owner_id"
|
|
|
|
|
|
|
|
t.text "uri_cache"
|
|
|
|
|
|
|
|
t.string "simplified_type", :default => "file"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create_table "roles", :force => true do |t|
|
|
|
|
create_table "roles", :force => true do |t|
|
|
|
|
t.string "name", :limit => 30, :default => "", :null => false
|
|
|
|
t.string "name", :limit => 30, :default => "", :null => false
|
|
|
|
t.integer "position", :default => 1
|
|
|
|
t.integer "position", :default => 1
|
|
|
|