-
-
Couldn't load subscription status.
- Fork 197
Adds a configuration flag to create table on save #656
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #656 +/- ##
=======================================
Coverage 90.33% 90.34%
=======================================
Files 62 62
Lines 3157 3160 +3
=======================================
+ Hits 2852 2855 +3
Misses 305 305
|
|
Could you please squash commits into a single one after CI passes successfully? |
|
Thank you! |
I've added a configuration so you can prevent table creation on save.
We manage tables with something else, so we want to avoid it in production.
I saw that there is another PR that also does this here