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

[TM-1536] add delayed job progress #593

Merged
merged 9 commits into from
Dec 2, 2024
Merged

Conversation

LimberHope
Copy link
Collaborator

@LimberHope LimberHope commented Nov 29, 2024

@LimberHope LimberHope marked this pull request as draft November 29, 2024 17:23
@LimberHope LimberHope marked this pull request as ready for review December 2, 2024 14:18
public function down()
{
Schema::table('delayed_jobs', function (Blueprint $table) {
$table->dropColumn(['proccessed_content', 'total_content']);
Copy link
Collaborator

Choose a reason for hiding this comment

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

missing the other property

@LimberHope LimberHope merged commit 1c2c749 into staging Dec 2, 2024
1 check passed
@LimberHope LimberHope deleted the TM-1536_delayed_job_progress branch December 17, 2024 16:33
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