feat(spanner): add migration 000036.sql for CodeSubscriptionDeliveries - #2761
Open
jcscottiii wants to merge 1 commit into
Open
Conversation
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
from
August 19, 2026 00:13
54cf68a to
30b46fb
Compare
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
3 times, most recently
from
August 19, 2026 00:32
7a69397 to
f8214a6
Compare
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
from
August 19, 2026 00:36
30b46fb to
cdd86d9
Compare
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
2 times, most recently
from
August 19, 2026 01:04
a6384ec to
84bb41a
Compare
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
from
August 19, 2026 02:02
cdd86d9 to
208529c
Compare
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
from
August 19, 2026 02:02
84bb41a to
cc82dc3
Compare
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
from
August 19, 2026 02:11
208529c to
4d9920c
Compare
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
from
August 19, 2026 02:11
cc82dc3 to
380ec89
Compare
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
3 times, most recently
from
August 19, 2026 17:16
810ecc8 to
e48cd80
Compare
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
from
August 19, 2026 17:51
380ec89 to
5de4484
Compare
- Create CodeSubscriptionDeliveries table in migration 000036.sql - Implement CodeSubscriptionDelivery model and Spanner mappers - Add struct conversion, mapper, and Spanner emulator unit tests TAG=agy
jcscottiii
force-pushed
the
feature/code-subs-02b-schema-deliveries
branch
from
August 19, 2026 21:33
5de4484 to
fc4e7b4
Compare
jcscottiii
force-pushed
the
feature/code-subs-02-schema-subscriptions
branch
from
August 19, 2026 21:33
e48cd80 to
b12f82f
Compare
jcscottiii
marked this pull request as ready for review
August 19, 2026 21:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #2712, #2714
Adds Spanner migration
000036.sqland Go models for delivery attempt tracking and worker locks.infra/storage/spanner/migrations/000036.sql:CodeSubscriptionDeliveriestable (foreign key cascade toCodeSubscriptions).lib/gcpspanner/code_subscription_delivery.go: Models andGetCodeSubscriptionDeliveryreader.lib/gcpspanner/code_subscription_delivery_test.go: Unit and emulator integration tests.