mirror of
https://github.com/valitydev/progressor.git
synced 2024-11-06 00:15:21 +00:00
parent
79f16f9cc3
commit
c999ef02fe
@ -7,7 +7,7 @@
|
||||
{<<"crc32cer">>,{pkg,<<"crc32cer">>,<<"0.1.8">>},2},
|
||||
{<<"epg_connector">>,
|
||||
{git,"https://github.com/valitydev/epg_connector.git",
|
||||
{ref,"c4e447b434d83d2d8615453fb5a008a7f493a5c6"}},
|
||||
{ref,"19c1a4bd2cde9823b6576bc446e402b90791c9c0"}},
|
||||
0},
|
||||
{<<"epgsql">>,
|
||||
{git,"https://github.com/epgsql/epgsql.git",
|
||||
|
@ -544,6 +544,7 @@ db_init(#{pool := Pool}, NsId) ->
|
||||
"status process_status NOT NULL, "
|
||||
"detail TEXT, "
|
||||
"aux_state BYTEA, "
|
||||
"created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now(), "
|
||||
"metadata JSONB)"
|
||||
),
|
||||
%% create tasks table
|
||||
|
Loading…
Reference in New Issue
Block a user