EMP-19: bump epg_connector (#4)

Co-authored-by: ttt161 <losto@nix>
This commit is contained in:
ttt161 2024-10-28 13:20:43 +03:00 committed by GitHub
parent 79f16f9cc3
commit c999ef02fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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