5 lines
118 B
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`;
|