Skip to content

Commit

Permalink
Add the eqsl_qth_nickname to the users table creation sql
Browse files Browse the repository at this point in the history
  • Loading branch information
g0wfv committed Nov 30, 2018
1 parent 282a099 commit 85becb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/tables/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ CREATE TABLE `users` (
`user_lotw_password` varchar(64) DEFAULT NULL,
`user_eqsl_name` varchar(32) DEFAULT NULL,
`user_eqsl_password` varchar(64) DEFAULT NULL,
`user_eqsl_qth_nickname` varchar(32) DEFAULT NULL,
PRIMARY KEY (`user_id`),
UNIQUE KEY `user_name` (`user_name`),
UNIQUE KEY `user_email` (`user_email`)
Expand Down

0 comments on commit 85becb1

Please sign in to comment.