mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add post updates
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2019_09_27_094233) do
|
||||
ActiveRecord::Schema.define(version: 2019_10_01_160859) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -31,6 +31,7 @@ ActiveRecord::Schema.define(version: 2019_09_27_094233) do
|
||||
t.bigint "parent_id"
|
||||
t.datetime "created_at", precision: 6, null: false
|
||||
t.datetime "updated_at", precision: 6, null: false
|
||||
t.boolean "is_post_update", default: false, null: false
|
||||
t.index ["parent_id"], name: "index_comments_on_parent_id"
|
||||
t.index ["post_id"], name: "index_comments_on_post_id"
|
||||
t.index ["user_id"], name: "index_comments_on_user_id"
|
||||
|
||||
Reference in New Issue
Block a user