Skip to content

Commit 4c34c40

Browse files
committed
enumeration_offset
1 parent bd6409d commit 4c34c40

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

rust/spanner-migrations/log_migrations/0001-create_manifests_table.spanner.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ CREATE TABLE IF NOT EXISTS manifests (
44
collected STRING(64) NOT NULL,
55
acc_bytes INT64 NOT NULL,
66
writer STRING(64) NOT NULL,
7-
initial_offset INT64 NOT NULL,
8-
initial_seq_no INT64 NOT NULL,
7+
enumeration_offset INT64 NOT NULL,
98
) PRIMARY KEY (log_id);

rust/spanner-migrations/log_migrations/log_migrations.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file protects against merge conflicts and forgotten migration files.
44
# Run `cargo run --bin spanner_migration -- --generate-sum` to regenerate.
55

6-
0001-create_manifests_table.spanner.sql 2e2295b6a3d1676d2845ae1b5bb09fa8ce328add9b9181561bc33b971fabfa39
6+
0001-create_manifests_table.spanner.sql 53a78113ad792f3fdae6ac2f65095e6ef0dd56937fa30272aa36f56680165a0e
77
0002-create_fragments_table.spanner.sql 1768d8e3b20795adc17799e8ee4531c9f5383f2e8c131ab3d82ebc2ab220176e
88
0003-create_fragment_regions_table.spanner.sql 40374647bdda9fb5765a87956edb08901643d12832a99d17e7499a693451d9b7

0 commit comments

Comments
 (0)