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

[ROMM-1529] Increase lenght of paltform fs fields #1534

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

gantoine
Copy link
Member

No description provided.

@gantoine gantoine requested a review from adamantike January 24, 2025 00:30
Copy link

github-actions bot commented Jan 24, 2025

Test Results

93 tests  ±0   93 ✅ ±0   26s ⏱️ +2s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 5979618. ± Comparison against base commit 589be51.

♻️ This comment has been updated with latest results.

@gantoine gantoine requested a review from zurdi15 January 24, 2025 15:48
)

with op.batch_alter_table("users", schema=None) as batch_op:
batch_op.alter_column(
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is a leftover from a previous change, we could remove it from this PR.

batch_op.alter_column(
"avatar_path", existing_type=mysql.VARCHAR(length=255), nullable=True
)
batch_op.alter_column(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here.

@gantoine gantoine merged commit 5f26a26 into master Jan 24, 2025
8 checks passed
@gantoine gantoine deleted the romm-1529 branch January 24, 2025 16:30
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.

3 participants