update readme
This commit is contained in:
parent
7f0e05909d
commit
cf3f003693
@ -12,8 +12,7 @@ create table if not exists virtual_domains (
|
|||||||
create table if not exists virtual_users (
|
create table if not exists virtual_users (
|
||||||
id serial primary key,
|
id serial primary key,
|
||||||
domain_id integer not null references virtual_domains(id),
|
domain_id integer not null references virtual_domains(id),
|
||||||
email text not null,
|
email text not null
|
||||||
destination text not null
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user