mail-accounts/migrations/20230814162207_accounts.sql

3 lines
74 B
MySQL
Raw Permalink Normal View History

2023-08-14 18:26:38 +02:00
-- Add migration script here
CREATE TABLE accounts (id uuid PRIMARY KEY);