Skip to content

Commit

Permalink
Removed initial insert of TransportEmailTemplate into table `notifi…
Browse files Browse the repository at this point in the history
…cation_event_item` for mention notification and ticket email delivery failure notification. (#397)
  • Loading branch information
pboguslawski authored and NiklasSchmitt committed Feb 22, 2024
1 parent 70b9e00 commit dd5143b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
12 changes: 0 additions & 12 deletions scripts/database/initial_insert.mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1638,12 +1638,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
# ----------------------------------------------------------
# insert into table notification_event_item
# ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'TransportEmailTemplate', 'Default');
# ----------------------------------------------------------
# insert into table notification_event_item
# ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'Transports', 'Email');
Expand Down Expand Up @@ -1686,12 +1680,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
# ----------------------------------------------------------
# insert into table notification_event_item
# ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'TransportEmailTemplate', 'Default');
# ----------------------------------------------------------
# insert into table notification_event_item
# ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'Transports', 'Email');
Expand Down
12 changes: 0 additions & 12 deletions scripts/database/initial_insert.oracle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1640,12 +1640,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'TransportEmailTemplate', 'Default');
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'Transports', 'Email');
Expand Down Expand Up @@ -1688,12 +1682,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'TransportEmailTemplate', 'Default');
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'Transports', 'Email');
Expand Down
12 changes: 0 additions & 12 deletions scripts/database/initial_insert.postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1639,12 +1639,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'TransportEmailTemplate', 'Default');
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(15, 'Transports', 'Email');
Expand Down Expand Up @@ -1687,12 +1681,6 @@ INSERT INTO notification_event_item (notification_id, event_key, event_value)
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'TransportEmailTemplate', 'Default');
-- ----------------------------------------------------------
-- insert into table notification_event_item
-- ----------------------------------------------------------
INSERT INTO notification_event_item (notification_id, event_key, event_value)
VALUES
(16, 'Transports', 'Email');
Expand Down
10 changes: 0 additions & 10 deletions scripts/database/initial_insert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2150,11 +2150,6 @@ Your Znuny Team
<Data Key="event_key" Type="Quote">Recipients</Data>
<Data Key="event_value" Type="Quote">AgentOwner</Data>
</Insert>
<Insert Table="notification_event_item">
<Data Key="notification_id">15</Data>
<Data Key="event_key" Type="Quote">TransportEmailTemplate</Data>
<Data Key="event_value" Type="Quote">Default</Data>
</Insert>
<Insert Table="notification_event_item">
<Data Key="notification_id">15</Data>
<Data Key="event_key" Type="Quote">Transports</Data>
Expand Down Expand Up @@ -2196,11 +2191,6 @@ Your Znuny Team
<Data Key="event_key" Type="Quote">LanguageID</Data>
<Data Key="event_value" Type="Quote">en</Data>
</Insert>
<Insert Table="notification_event_item">
<Data Key="notification_id">16</Data>
<Data Key="event_key" Type="Quote">TransportEmailTemplate</Data>
<Data Key="event_value" Type="Quote">Default</Data>
</Insert>
<Insert Table="notification_event_item">
<Data Key="notification_id">16</Data>
<Data Key="event_key" Type="Quote">Transports</Data>
Expand Down

0 comments on commit dd5143b

Please sign in to comment.