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

change nest description from string to text #611

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

einsz
Copy link
Contributor

@einsz einsz commented Jan 3, 2023

Fixes error 500 on long nest description

fixes error 500 on long nest description
public function down()
{
Schema::table('nests', function (Blueprint $table) {
$table->text('description')->change();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good to me. However you need to change the migration down function to change the type back to its original.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah yes, i see. should now be all right

@1day2die 1day2die merged commit 4aa2f65 into Ctrlpanel-gg:development Jan 4, 2023
@einsz einsz deleted the fixed-nests-description branch January 4, 2023 05:53
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