generated from coulomb/repo-seed
Deploy activity-core on railiance01
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user