Skip to content

Commit

Permalink
11992: Update schema after local migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Oct 13, 2021
1 parent f9e375f commit 07024ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
t.boolean "geographic", default: false, null: false
t.jsonb "level_names"
t.uuid "mission_id"
t.string "name", null: false
t.string "name", limit: 255, null: false
t.uuid "original_id"
t.uuid "root_node_id"
t.string "sms_guide_formatting", limit: 255, default: "auto", null: false
Expand Down
Binary file modified docs/erd.pdf
Binary file not shown.

0 comments on commit 07024ad

Please sign in to comment.