starboard-ventures / fevm-event-tracing

0 stars 0 forks source link

New DB schema change and the scheduler api change #2

Closed cxytz01 closed 7 months ago

cxytz01 commented 7 months ago

一. change the db schema

A new filed: event_name need to be add to the DB schema, both of the mainnet and calibraction.

code: ALTER TABLE event_height_checkpoint ADD event_name character varying(255);

二. change the dolphin scheduler api call

change the api - /deal-proposal-create-event-tracking-cron to api - /deal-proposal-create-event-tracing-cron call the api - deal-proposal-create-event-tracing-cron when you have done for it.

starboard-devops commented 7 months ago

done.