Add this in your ini file:
[alembic:exclude]
tables = spatial_ref_sys
In env.py:
def exclude_tables_from_config(config_):
tables_ = config_.get("tables", None)
if tables_ is not None:
| success: function(data) { | |
| var blob=new Blob([data]); | |
| var link=document.createElement('a'); | |
| link.href=window.URL.createObjectURL(blob); | |
| link.download="<FILENAME_TO_SAVE_WITH_EXTENSION>"; | |
| link.click(); | |
| } |
Add this in your ini file:
[alembic:exclude]
tables = spatial_ref_sys
In env.py:
def exclude_tables_from_config(config_):
tables_ = config_.get("tables", None)
if tables_ is not None: