Skip to content

Commit

Permalink
fix workflow table
Browse files Browse the repository at this point in the history
  • Loading branch information
esposimo committed Mar 15, 2024
1 parent 60cb5db commit 3ccf46c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sql/02_2024_create_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ create table if not exists public.transaction_events_2024
fk_tipoEvento bigint not null,
event_timestamp timestamp not null,
event_id varchar(50) null,
tipo_evento varchar(40) null,
sotto_tipo_evento varchar(10) null,
id_broker_pa varchar(25) null,
id_broker_psp varchar(25) null,
id_psp varchar(25) null,
stazione varchar(30) null,
canale varchar(30) null,
faultcode varchar(50) null,
constraint transaction_events_2024_pk primary key (date_event, id)
)
Expand Down

0 comments on commit 3ccf46c

Please sign in to comment.