mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix my typo :( (#6010)
* Add librenmsv2 users fields. * Rename 168.sql to 169.sql * Update 169.sql * updated to unicode * Fix my typo :(
This commit is contained in:
committed by
Neil Lathwood
parent
253cbe59e2
commit
0c2edcca6e
1
sql-schema/170.sql
Normal file
1
sql-schema/170.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `users` CHANGE `remeber_token` `remember_token` VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;
|
||||
Reference in New Issue
Block a user