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:
Tony Murray
2017-02-26 07:44:08 -06:00
committed by Neil Lathwood
parent 253cbe59e2
commit 0c2edcca6e

1
sql-schema/170.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `users` CHANGE `remeber_token` `remember_token` VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;