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

How to skip certain tables when I migrate database tables #299

Open
lixiaolong19890207 opened this issue Apr 10, 2023 · 0 comments · May be fixed by #397
Open

How to skip certain tables when I migrate database tables #299

lixiaolong19890207 opened this issue Apr 10, 2023 · 0 comments · May be fixed by #397
Labels
enhancement New feature or request

Comments

@lixiaolong19890207
Copy link

in django orm, i can set Manage = False to skip migrate he table
If Manage = false, no database table creation, modification, or deletion operations will be performed on the model.

but in tortoise, i don't know how to skip it?
Does anyone know? Thank you

@waketzheng waketzheng added the enhancement New feature or request label Dec 10, 2024
@waketzheng waketzheng linked a pull request Dec 22, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants