You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In load_release-postgresql.sh, it asks for loadType (DELTA, SNAP, FULL, ALL), but then the code to adjust environment-postgresql.sql is commented out, so environment-postgresql.sql always has tables ending in _f, which only matches the FULL type.
In load_release-postgresql.sh, it asks for loadType (DELTA, SNAP, FULL, ALL), but then the code to adjust
environment-postgresql.sqlis commented out, soenvironment-postgresql.sqlalways has tables ending in_f, which only matches the FULL type.