Skip to content

Commit 9fe323e

Browse files
authored
Release 0.5
1 parent 5daa838 commit 9fe323e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_types.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prompt create_types.sql
2-
-- types used by mailgun v0.4
2+
-- types used by mailgun v0.5
33

44
create type t_mailgun_recipient is object
55
( send_by varchar2(3)
@@ -53,4 +53,4 @@ create type t_mailgun_stat is object
5353
);
5454
/
5555

56-
create type t_mailgun_stat_arr is table of t_mailgun_stat;
56+
create type t_mailgun_stat_arr is table of t_mailgun_stat;

0 commit comments

Comments
 (0)