Skip to content

Commit

Permalink
Merge pull request #860 from eiffel777/change-cloud-person-username-f…
Browse files Browse the repository at this point in the history
…ields-not-null

Change cloud person username fields to be not null
  • Loading branch information
Greg Dean authored Mar 15, 2019
2 parents a5737eb + 283d601 commit 90a42f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
{
"name": "person_id",
"type": "int(11)",
"nullable": true,
"default": null,
"nullable": false,
"default": -1,
"comment": "Person ID associated with event"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
{
"name": "person_id",
"type": "int(11)",
"nullable": true,
"default": null,
"nullable": false,
"default": -1,
"comment": "Person ID associated with event"
},
{
Expand Down

0 comments on commit 90a42f7

Please sign in to comment.