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

Add data export migration #223

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

sjorobekov
Copy link

No description provided.

@sjorobekov sjorobekov marked this pull request as draft December 19, 2024 12:52
@sjorobekov sjorobekov marked this pull request as ready for review December 27, 2024 08:39
chart_id BIGINT NOT NULL,
chart_rev_id BIGINT NOT NULL,
dataset_id BIGINT,
dataset_rev_id BIGINT NOT NULL,
Copy link
Collaborator

Choose a reason for hiding this comment

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

If dataset_id is nullable, we need to make dataset_rev_id nullable too.

Copy link
Author

Choose a reason for hiding this comment

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

updated

chartId!: string;
chartRevId!: string;
datasetId!: Nullable<string>;
datasetRevId!: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

datasetRevId!: Nullable<string>;?

Copy link
Author

Choose a reason for hiding this comment

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

Oops, added

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.

2 participants