Skip to content

Commit 554f322

Browse files
committed
🧹 Eliminate inappropriate schema changes
1 parent 1043054 commit 554f322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
t.integer "sluggable_id", null: false
8888
t.string "sluggable_type", limit: 50
8989
t.string "scope"
90-
t.datetime "created_at"
90+
t.datetime "created_at", precision: nil
9191
t.index ["slug", "sluggable_type", "scope"], name: "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope", unique: true
9292
t.index ["slug", "sluggable_type"], name: "index_friendly_id_slugs_on_slug_and_sluggable_type"
9393
t.index ["sluggable_type", "sluggable_id"], name: "index_friendly_id_slugs_on_sluggable_type_and_sluggable_id"
@@ -291,7 +291,7 @@
291291
t.string "email", null: false
292292
t.datetime "created_at", null: false
293293
t.datetime "updated_at", null: false
294-
t.boolean "operator", default: false, null: false
294+
t.boolean "operator", default: false
295295
t.index ["email"], name: "index_people_on_email", unique: true
296296
end
297297

0 commit comments

Comments
 (0)