Fix proto syntax in Migrations.proto

This commit is contained in:
Fedor Indutny
2026-02-09 12:52:19 -08:00
committed by GitHub
parent a45eabc7aa
commit cdd14aa518

View File

@@ -1,6 +1,6 @@
// Copyright 2025 Signal Messenger, LLC // Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only
syntax = "proto3"; syntax = "proto2";
package migrations; package migrations;