|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150409092151) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150415032102) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -1459,7 +1459,7 @@ ActiveRecord::Schema.define(:version => 20150409092151) do
|
|
|
|
|
t.string "file_path"
|
|
|
|
|
t.integer "pack_times", :default => 1
|
|
|
|
|
t.integer "pack_size", :default => 0
|
|
|
|
|
t.string "file_digests"
|
|
|
|
|
t.text "file_digests"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|