movie-night-api-rust/migrations/2022-11-23-1925_drop-users-token-column/up.sql

5 lines
91 B
MySQL
Raw Normal View History

2025-02-16 20:21:30 -06:00
USE movienight;
ALTER TABLE users
DROP COLUMN token,
DROP COLUMN token_expiration;