hi-server/initialize/migrate/database/02137_user_auth_methods_deleted_at.down.sql

5 lines
118 B
SQL

DROP INDEX `idx_user_deleted_at` ON `user_auth_methods`;
ALTER TABLE `user_auth_methods`
DROP COLUMN `deleted_at`;