summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b61be7da7dc..d84ac1b503b 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -2689,9 +2689,9 @@ ActiveRecord::Schema.define(version: 2019_09_02_131045) do
create_table "project_pages_metadata", force: :cascade do |t|
t.integer "project_id", null: false
- t.boolean "deployed", default: false, null: false
t.datetime_with_timezone "created_at", null: false
t.datetime_with_timezone "updated_at", null: false
+ t.boolean "deployed", default: false, null: false
t.index ["deployed"], name: "index_project_pages_metadata_on_deployed"
t.index ["project_id"], name: "index_project_pages_metadata_on_project_id", unique: true
end