Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add the state and code_cid for actors table #1174

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

Terryhung
Copy link
Collaborator

@Terryhung Terryhung commented Apr 6, 2023

Description

Based on the information provided, it appears that the actor_states table is being deprecated because the data it contains is mostly covered by the actors table. However, there are two columns: state and code_cid, which are present in actor_states but missing in actors. To address this, these two columns will be added to the actors table, thereby making the actor_states table redundant. Once this is done, the actor_states table can be safely deprecated.

@Terryhung Terryhung requested a review from kasteph April 6, 2023 16:06
@Terryhung Terryhung marked this pull request as ready for review April 7, 2023 09:48
@Terryhung Terryhung changed the title feat: Add the state jsonb for actors table feat: Add the state and code_cid for actors table Apr 7, 2023

func init() {
patches.Register(
20,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
20,
21,

Don't forget to rename the file as well from 20_actor_add_state.go to 21_actor_add_state.go

@Terryhung Terryhung force-pushed the terryhung/add-new-field-in-actors branch from 926eb74 to 554c126 Compare April 21, 2023 05:30
@Terryhung Terryhung merged commit 04232e5 into master Apr 21, 2023
@Terryhung Terryhung deleted the terryhung/add-new-field-in-actors branch April 21, 2023 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants