16 lines
1.2 KiB
Text
16 lines
1.2 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.
|
|
|
|
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
|