Skip to content

Commit

Permalink
Fix weird typo introduced accidentally before a merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
anaulin committed Dec 9, 2021
1 parent 1291707 commit fc22025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20211206011624_add_status_to_door_codes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddStatusToDoorCodes < ActiveRecord::Migration[6.0]
def change
add_column :door_codes, :status, string, null: false, default: "not_in_lock"
add_column :door_codes, :status, :string, null: false, default: "not_in_lock"
end
end

0 comments on commit fc22025

Please sign in to comment.