pass_manager/migrations/0002_locales.down.sql

3 lines
77 B
MySQL
Raw Normal View History

2024-04-16 16:02:48 +03:00
-- Add down migration script here
ALTER TABLE master_pass
DROP COLUMN locale;