mail-accounts/migrations/20230829220628_name.sql

3 lines
79 B
MySQL
Raw Permalink Normal View History

2023-09-10 18:59:57 +02:00
-- Add migration script here
ALTER TABLE accounts ADD COLUMN name TEXT UNIQUE;