This commit is contained in:
Flatlogic Bot 2025-10-05 17:01:52 +00:00
parent 90597ae75f
commit e2dc4366bb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules/
*/node_modules/
*/build/
.env

View File

@ -1,2 +1,2 @@
-- Add remember_token to users table
ALTER TABLE `users` ADD `remember_token` VARCHAR(255) NULL DEFAULT NULL AFTER `password`;
ALTER TABLE `users` ADD `remember_token` VARCHAR(255) NULL DEFAULT NULL AFTER `password_hash`;