pass_manager/migrations/0002_locales.up.sql

3 lines
111 B
MySQL
Raw Permalink Normal View History

2024-04-16 13:02:48 +00:00
-- Add up migration script here
ALTER TABLE master_pass
ADD COLUMN locale SMALLINT UNSIGNED NOT NULL DEFAULT 1;