diff --git a/alembic-autogenerate.py b/alembic-autogenerate.py index ea9aebfa..f0c5ae8c 100755 --- a/alembic-autogenerate.py +++ b/alembic-autogenerate.py @@ -42,7 +42,8 @@ # Loop over each of the instruments pattern = os.environ["SDM_SCHEMAS_DIR"] + "/yml/cdb_*.yaml" -instruments = [re.search(r"cdb_(.+)\.yaml$", file).group(1) for file in glob.glob(pattern)] +# instruments = [re.search(r"cdb_(.+)\.yaml$", file).group(1) for file in glob.glob(pattern)] +instruments = ["latiss", "lsstcam", "lsstcomcam", "lsstcomcamsim"] for instrument in instruments: # Set up a temporary PostgreSQL instance using testing.postgresql with setup_postgres_test_db() as instance: