Skip to content

Commit

Permalink
Update 01_Insert_Data.ipynb (#802)
Browse files Browse the repository at this point in the history
a fourth element is required for admin field
  • Loading branch information
magland authored Jan 25, 2024
1 parent fe54225 commit 1cc4b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/01_Insert_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,9 @@
],
"source": [
"sgc.LabMember.LabMemberInfo.insert(\n",
" [ # Full name, Google email address, DataJoint username\n",
" [\"Firstname Lastname\", \"example1@gmail.com\", \"example1\"],\n",
" [\"Firstname2 Lastname2\", \"example2@gmail.com\", \"example2\"],\n",
" [ # Full name, Google email address, DataJoint username, admin\n",
" [\"Firstname Lastname\", \"example1@gmail.com\", \"example1\", 0],\n",
" [\"Firstname2 Lastname2\", \"example2@gmail.com\", \"example2\", 0],\n",
" ],\n",
" skip_duplicates=True,\n",
")\n",
Expand Down

0 comments on commit 1cc4b32

Please sign in to comment.