Skip to content

Commit

Permalink
Remove salutation from DB scheme
Browse files Browse the repository at this point in the history
Resolves #56
  • Loading branch information
pschlan committed Feb 16, 2020
1 parent c4899c7 commit 8d8593b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/struct.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ CREATE TABLE `user` (
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`password` varchar(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`password_salt` varchar(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`salutation` enum('mr','mrs') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'mr',
`firstname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`lastname` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`signup_ip` varchar(48) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
Expand Down

0 comments on commit 8d8593b

Please sign in to comment.