29 lines
2.3 KiB
Text
29 lines
2.3 KiB
Text
# Fingerprints of migrations that have been released. goose applies a migration by its NUMBER
|
|
# alone — it stores no name and no checksum — so a file that changes after it has run anywhere is
|
|
# a migration that silently never happens again, and a number reused for different SQL leaves that
|
|
# database permanently unable to roll back. This file is the gate: changing a listed migration
|
|
# means changing a line here, deliberately, where a reviewer sees it.
|
|
#
|
|
# Adding a migration: append its line. Changing one that is already listed: don't.
|
|
#
|
|
# ⚠ 00009 and 00011 have their SECOND fingerprints here, and the exception is deliberate and narrow:
|
|
# both were written by the runner pack, which has never been landed or applied anywhere outside a
|
|
# scratch test database, so no deployment can have run either version. What changed is comment text
|
|
# only — 00011 carried the ceiling formula that was superseded on 09.08, 00009 promised a re-read the
|
|
# tailer does not do. A migration whose comment lies is worse than one whose hash moved before it was
|
|
# ever released; the day either of them ships, this exception closes with it.
|
|
|
|
90b29e9601ef342a7ac74ea582f309e0c4b200ba9ad2a3458c17d83accecce36 00001_identity.sql
|
|
9226b95b4d0935cf4d2b85ab153bff7452af32fc0eee387b3a6c1ae02c42b31a 00002_readmodel.sql
|
|
1c62dbe06066f17e71872d781a41a930ff86cb53204a39b0692031ec0b959666 00003_usage.sql
|
|
f2ccaa2b6d08446ad8672046a5d18a1bf9b5124fae2b5d8f1ca1e096dd920dbd 00004_readmodel_indexes.sql
|
|
7c959680cd0fe7e6c0c45325e2fcad0f92443a6717aa6eff07d0832d2e83bfa1 00005_identity_oauth.sql
|
|
bb3fc11975e515fecb1ccdb2fa7aa756d7c739741f031ddd5f86fd5617f8b84a 00006_drop_usage_draft.sql
|
|
c225e1a12bab8c62669848976096453aa84d66263fe211da0a5eb4b173ff2eff 00007_credits.sql
|
|
67c1bbdf85a4e02a610e840d539211e768fec5c0905b75529a75112c21286008 00008_auth_state_issuer_and_start_id.sql
|
|
992cbce7f72bdd3881e6b647547d89b204f40a95b9e5b8a55dd3fea2660191fa 00009_runner.sql
|
|
905b89bcecffd53cda7c628f7e1c3b9dad522a8947fbcd7dbe31dfb9644c644e 00010_spend_baseline.sql
|
|
76f3bb045cf3a2d232065418357f534752ddb06e28e4122e1d45c8f59c23abf8 00011_ceiling_argument.sql
|
|
282ff2d515d9de16f631a5cd77f676c7742337f96406b8876c900f0b44ea19a0 00012_resync_stamp.sql
|
|
1cb0d8127ea8ad0391b6829c2d09a7b776ebc9729002ae5db76afe5daa7a790b 00013_book_intake.sql
|
|
4281cfce2a34179333843f72257f3d9e62c71480a129168d613066aa8ad3687e 00014_stop_intent.sql
|