diff --git a/pkg/migrations/mls/20240411200242_init-identity.up.sql b/pkg/migrations/mls/20240411200242_init-identity.up.sql index d2b04ac1..4fdeef44 100644 --- a/pkg/migrations/mls/20240411200242_init-identity.up.sql +++ b/pkg/migrations/mls/20240411200242_init-identity.up.sql @@ -19,7 +19,7 @@ CREATE TABLE address_log ( address TEXT NOT NULL, inbox_id TEXT NOT NULL, association_sequence_id BIGINT, - revocation_sequence_id BIGINT, + revocation_sequence_id BIGINT ); --bun:split