Commit 6ee9d7b3 authored by Frank Bergmann's avatar Frank Bergmann

- Events:

  Fixed issue with data-model
parent ed3fe43e
......@@ -204,7 +204,8 @@ create table events_events (
alternative_reg varchar(4000),
bulk_mail_id integer
constraint bulk_mail_id_fk
references bulk_mail_messages
references bulk_mail_messages,
time_zone integer references timezones(tz_id)
);
comment on table events_events is '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment