pass_manager/migrations/0002_locales.down.sql
StNicolay 5871943c01
Made cryptography and entity modules
Coupling was rising so it just makes sense
2024-05-05 18:38:21 +03:00

3 lines
77 B
SQL

-- Add down migration script here
ALTER TABLE master_pass
DROP COLUMN locale;