Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grahame
Discord Bot
Commits
345e8711
Unverified
Commit
345e8711
authored
Mar 27, 2020
by
tec
Browse files
Ooops, didn't quite add 'study' field everywhere
parent
8cec4c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/database.rs
View file @
345e8711
...
...
@@ -55,6 +55,7 @@ pub fn add_member(discord_id: &u64, username: &str) -> Member {
github
:
None
,
photo
:
None
,
website
:
None
,
study
:
None
,
};
diesel
::
insert_into
(
members
::
table
)
.values
(
&
new_member
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment