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 replace flag in documentation #1440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sgr45
Copy link

@sgr45 sgr45 commented Feb 17, 2025

No description provided.

@sgr45
Copy link
Author

sgr45 commented Feb 17, 2025

Information about replace flag which allowed to replace specific files in the templates is found to be missing , its usuage can be done as
replace=[
"main/17_upsert.go.tpl;templates/17_upsert.go.tpl",
"main/singleton/boil_types.go.tpl;templates/boil_types.go.tpl",
"main/00_struct.go.tpl;templates/00_struct.go.tpl",
"main/09_relationship_to_many_eager.go.tpl;templates/09_relationship_to_many_eager.go.tpl",
"main/07_relationship_to_one_eager.go.tpl;templates/07_relationship_to_one_eager.go.tpl",
"main/singleton/boil_table_names.go.tpl;templates/boil_table_names.go.tpl",

]

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.

1 participant