Skip to content

Commit

Permalink
fix: allow remember_token to be null (#6231)
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant authored and laf committed Mar 22, 2017
1 parent 31b1c75 commit ff18078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-schema/179.sql
@@ -0,0 +1 @@
ALTER TABLE `users` CHANGE `remember_token` `remember_token` VARCHAR(100) NULL;

0 comments on commit ff18078

Please sign in to comment.