|
|
@ -11,7 +11,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20141119011439) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20141120091234) do
|
|
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
t.integer "act_id", :null => false
|
|
|
@ -52,6 +52,7 @@ ActiveRecord::Schema.define(:version => 20141119011439) do
|
|
|
|
t.string "disk_directory"
|
|
|
|
t.string "disk_directory"
|
|
|
|
t.integer "attachtype", :default => 1
|
|
|
|
t.integer "attachtype", :default => 1
|
|
|
|
t.integer "is_public", :default => 1
|
|
|
|
t.integer "is_public", :default => 1
|
|
|
|
|
|
|
|
t.integer "copy_from"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "attachments", ["author_id"], :name => "index_attachments_on_author_id"
|
|
|
|
add_index "attachments", ["author_id"], :name => "index_attachments_on_author_id"
|
|
|
|