|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140522025721) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -121,6 +121,14 @@ ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
add_index "boards", ["last_message_id"], :name => "index_boards_on_last_message_id"
|
|
|
|
|
add_index "boards", ["project_id"], :name => "boards_project_id"
|
|
|
|
|
|
|
|
|
|
create_table "bug_to_osps", :force => true do |t|
|
|
|
|
|
t.integer "osp_id"
|
|
|
|
|
t.integer "relative_memo_id"
|
|
|
|
|
t.string "description"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "changes", :force => true do |t|
|
|
|
|
|
t.integer "changeset_id", :null => false
|
|
|
|
|
t.string "action", :limit => 1, :default => "", :null => false
|
|
|
|
@ -699,6 +707,7 @@ ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
t.string "username"
|
|
|
|
|
t.string "userhomeurl"
|
|
|
|
|
t.date "date_collected"
|
|
|
|
|
t.string "topic_resource"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "repositories", :force => true do |t|
|
|
|
|
@ -787,6 +796,7 @@ ActiveRecord::Schema.define(:version => 20140519074133) do
|
|
|
|
|
t.integer "softapplication_id"
|
|
|
|
|
t.integer "is_public"
|
|
|
|
|
t.string "application_developers"
|
|
|
|
|
t.string "deposit_project_url"
|
|
|
|
|
t.string "deposit_project"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|