Migrations archive — the retired SQL runbook series
This directory is the frozen migrations/ series (2026-08-04 → 2026-09-18):
hand-written SQL change records applied manually against live databases,
each usually paired with a .rollback.sql. The series is retired by the
db-schema-lifecycle change — the Alembic chain
(alembic/versions/, rooted at 0001_schema_baseline) is now the single
migration mechanism, and nothing here executes anymore.
The directory was relocated from migrations/ so its numbering can no
longer be confused with alembic/versions/ (two unrelated "006"s once
coexisted).
Disposition of each file
| File | Fate |
|---|---|
001_add_real_sources_to_functions[.rollback].sql |
effect modelled → absorbed into the baseline (0001_schema_baseline) |
002_add_real_source_to_fetch_log.sql |
absorbed into the baseline |
003_add_concepts_deprecated[.rollback].sql |
absorbed into the baseline |
004_add_semantic_observations_entity_index[.rollback].sql |
absorbed into the baseline |
005_add_observation_granularity[.rollback].sql |
absorbed into the baseline |
006_add_policy_runs_origin_cancelled[.rollback].sql |
absorbed into the baseline |
007_multi_source_observations.sql |
superseded by revision 0002_sem_obs_source_aware_key (the swap now runs as an Alembic revision under the same advisory lock this runbook used) |
007_multi_source_observations.rollback.sql |
kept as an ops document only — the lossy manual reverse (dedup per source_rankings, then rebuild the 5-column key). Not part of the mechanism; normal rollback is redeploying the previous image |
New schema changes never land here. They land as revisions in
alembic/versions/; alembic upgrade --sql produces a reviewable psql
runbook when one is wanted.
Release files for fd-open-data-mcp 0.5.19
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fd_open_data_mcp-0.5.19.tar.gz | 401.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fd_open_data_mcp-0.5.19-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 752.8 kB
Release files / fd_open_data_mcp-0.5.19.tar.gz
| Download URL | fd_open_data_mcp-0.5.19.tar.gz |
|---|---|
| Size | 401.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04f59c381b8708109e0f22d0643d3b12f2ccd5d5e1b9b66911bdcf492e5a8802
|
|
BLAKE2b-256 checksum How to use checksums |
09967ce97460eb4ba252b42d456905b665b79339f87f6d7ca0dd06c4c80e59aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / fd_open_data_mcp-0.5.19-py3-none-any.whl
| Download URL | fd_open_data_mcp-0.5.19-py3-none-any.whl |
|---|---|
| Size | 351.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b8e5b09b1846639aadf9deea4db0efcd7a2cfedbf2598d72bc731a58ca39b970
|
|
BLAKE2b-256 checksum How to use checksums |
d6923b552de34f14362b9dc86bc5fb3b860be7aa5f2ea26855579d7de7837b6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|