|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 20170123162658) do |
|
|
|
ActiveRecord::Schema.define(version: 20170123203248) do |
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
@ -59,6 +59,7 @@ ActiveRecord::Schema.define(version: 20170123162658) do |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.integer "severity", default: 0 |
|
|
|
t.integer "severity", default: 0 |
|
|
|
|
|
|
|
t.boolean "reject_media" |
|
|
|
t.index ["domain"], name: "index_domain_blocks_on_domain", unique: true, using: :btree |
|
|
|
t.index ["domain"], name: "index_domain_blocks_on_domain", unique: true, using: :btree |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|