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 foreign keys #1646

Merged
merged 6 commits into from
Jul 20, 2023
Merged

Add foreign keys #1646

merged 6 commits into from
Jul 20, 2023

Conversation

pjurewicz
Copy link
Contributor

No description provided.

@@ -140,7 +144,7 @@ def data_type_to_mysql_type(data_type)

def pg_show_create_table(table_name)
db_config = ::ActiveRecord::Base.connection_db_config
<<~RESULT.strip
re = <<~RESULT.strip
Copy link
Contributor

Choose a reason for hiding this comment

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

should we keep the re variable? seems like it's unused

@pjurewicz pjurewicz force-pushed the add-foreign-keys branch 5 times, most recently from 50150fc to edd7038 Compare July 20, 2023 21:40
@pjurewicz pjurewicz merged commit bc06c0c into master Jul 20, 2023
@pjurewicz pjurewicz deleted the add-foreign-keys branch July 20, 2023 21:51
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