mail-accounts/migrations/20230814172950_openid.sql

3 lines
87 B
MySQL
Raw Normal View History

2023-08-15 15:57:19 +02:00
-- Add migration script here
ALTER TABLE accounts ADD COLUMN sub text UNIQUE NOT NULL;