mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: allow remember_token to be null (#6231)
This commit is contained in:
committed by
Neil Lathwood
parent
31b1c75353
commit
ff18078e6e
1
sql-schema/179.sql
Normal file
1
sql-schema/179.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `users` CHANGE `remember_token` `remember_token` VARCHAR(100) NULL;
|
Reference in New Issue
Block a user