|
|
@ -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 => 20160118014219) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160118083751) 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
|
|
|
@ -1073,6 +1073,7 @@ ActiveRecord::Schema.define(:version => 20160118014219) do
|
|
|
|
t.integer "sticky", :default => 0
|
|
|
|
t.integer "sticky", :default => 0
|
|
|
|
t.integer "reply_id"
|
|
|
|
t.integer "reply_id"
|
|
|
|
t.integer "quotes"
|
|
|
|
t.integer "quotes"
|
|
|
|
|
|
|
|
t.integer "status", :default => 0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "messages", ["author_id"], :name => "index_messages_on_author_id"
|
|
|
|
add_index "messages", ["author_id"], :name => "index_messages_on_author_id"
|
|
|
|