pass_manager/migrations/0002_locales.up.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
111 B
SQL

-- Add up migration script here
ALTER TABLE master_pass
ADD COLUMN locale SMALLINT UNSIGNED NOT NULL DEFAULT 1;