From cf3f0036934e399a4353fcf75bffa672e2e16680 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 5 Oct 2021 10:11:12 +0200 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e66fa..6df9410 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ create table if not exists virtual_domains ( create table if not exists virtual_users ( id serial primary key, domain_id integer not null references virtual_domains(id), - email text not null, - destination text not null + email text not null );