Deploy activity-core on railiance01
This commit is contained in:
parent
cf92f0d686
commit
e2aac3ad8c
8 changed files with 748 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ async def sync_event_types(session_factory: Any) -> int:
|
|||
(type_id, version, publisher, governance, status, attribute_schema, raw_md, synced_at)
|
||||
VALUES
|
||||
(:type_id, :version, :publisher, :governance, :status,
|
||||
:attribute_schema::jsonb, :raw_md, now())
|
||||
CAST(:attribute_schema AS jsonb), :raw_md, now())
|
||||
ON CONFLICT (type_id) DO UPDATE SET
|
||||
version = EXCLUDED.version,
|
||||
publisher = EXCLUDED.publisher,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue