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

Task/v2/bugfix foreignkey #744

Merged
merged 5 commits into from
Aug 18, 2022
Merged

Task/v2/bugfix foreignkey #744

merged 5 commits into from
Aug 18, 2022

Conversation

miftahurrahmi
Copy link
Contributor

No description provided.

@miftahurrahmi miftahurrahmi changed the base branch from main to 2.x August 12, 2022 08:07
@@ -348,10 +349,16 @@ public function generateBDOAlterMigrationFile(array $table, array $rows = null,
$schema_down = '';

$schema_up .= $this->migration_parser->getAlterMigrationSchemaUp($table, $rows, $prefix, $relations);
// dd($schema_up);
Copy link
Member

Choose a reason for hiding this comment

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

please remove the testing code before pushig to the repo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, thank you

@rizkiheryandi rizkiheryandi merged commit 585b324 into 2.x Aug 18, 2022
@rizkiheryandi rizkiheryandi deleted the task/v2/bugfix-foreignkey branch August 18, 2022 05:58
@rizkiheryandi rizkiheryandi linked an issue Aug 18, 2022 that may be closed by this pull request
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.

Add a foreign index does not work
3 participants