Say you are working on 0.7.1-dev. If you have run make devenv, and have run something on the host machine like make build that generates sql/promscale--0.7.1-dev.sql, then the devenv starts using the sql file from the host's sql dir instead of the one that is generated from source. When this happens, you make changes to the source code, but it does not get updated in the devenv despite rebuilds happening. This can be incredibly confusing/frustrating. What can we do here to make this footgun go away?
Say you are working on 0.7.1-dev. If you have run
make devenv
, and have run something on the host machine likemake build
that generatessql/promscale--0.7.1-dev.sql
, then the devenv starts using the sql file from the host's sql dir instead of the one that is generated from source. When this happens, you make changes to the source code, but it does not get updated in the devenv despite rebuilds happening. This can be incredibly confusing/frustrating. What can we do here to make this footgun go away?