Skip to content

Commit

Permalink
fix schemeshard schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jepett0 committed Jan 14, 2025
1 parent 06878e5 commit eae084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/schemeshard_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -1553,9 +1553,9 @@ struct Schema : NIceDb::Schema {
struct DstPathOwnerId : Column<4, NScheme::NTypeIds::Uint64> { using Type = TOwnerId; };
struct DstPathLocalId : Column<5, NScheme::NTypeIds::Uint64> { using Type = TLocalPathId; };
struct Scheme : Column<6, NScheme::NTypeIds::String> {};
struct CreationQuery : Column<12, NScheme::NTypeIds::String> {};
struct Permissions : Column<11, NScheme::NTypeIds::String> {};
struct Metadata : Column<12, NScheme::NTypeIds::String> {};
struct CreationQuery : Column<13, NScheme::NTypeIds::String> {};

struct State : Column<7, NScheme::NTypeIds::Byte> {};
struct WaitTxId : Column<8, NScheme::NTypeIds::Uint64> { using Type = TTxId; };
Expand Down

0 comments on commit eae084f

Please sign in to comment.