mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
Add the eqsl_qth_nickname to the users table creation sql
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user