File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ interface D1Meta {
1212 */
1313 served_by_region ?: string ;
1414
15+ /**
16+ * The three letters airport code of the colo that executed the query.
17+ */
18+ served_by_colo ?: string ;
19+
1520 /**
1621 * True if-and-only-if the database instance that executed the query was the primary.
1722 */
Original file line number Diff line number Diff line change @@ -11237,6 +11237,10 @@ interface D1Meta {
1123711237 * The region of the database instance that executed the query.
1123811238 */
1123911239 served_by_region ?: string ;
11240+ /**
11241+ * The three letters airport code of the colo that executed the query.
11242+ */
11243+ served_by_colo ?: string ;
1124011244 /**
1124111245 * True if-and-only-if the database instance that executed the query was the primary.
1124211246 */
Original file line number Diff line number Diff line change @@ -11265,6 +11265,10 @@ export interface D1Meta {
1126511265 * The region of the database instance that executed the query.
1126611266 */
1126711267 served_by_region ?: string ;
11268+ /**
11269+ * The three letters airport code of the colo that executed the query.
11270+ */
11271+ served_by_colo ?: string ;
1126811272 /**
1126911273 * True if-and-only-if the database instance that executed the query was the primary.
1127011274 */
Original file line number Diff line number Diff line change @@ -10631,6 +10631,10 @@ interface D1Meta {
1063110631 * The region of the database instance that executed the query.
1063210632 */
1063310633 served_by_region ?: string ;
10634+ /**
10635+ * The three letters airport code of the colo that executed the query.
10636+ */
10637+ served_by_colo ?: string ;
1063410638 /**
1063510639 * True if-and-only-if the database instance that executed the query was the primary.
1063610640 */
Original file line number Diff line number Diff line change @@ -10657,6 +10657,10 @@ export interface D1Meta {
1065710657 * The region of the database instance that executed the query.
1065810658 */
1065910659 served_by_region ?: string ;
10660+ /**
10661+ * The three letters airport code of the colo that executed the query.
10662+ */
10663+ served_by_colo ?: string ;
1066010664 /**
1066110665 * True if-and-only-if the database instance that executed the query was the primary.
1066210666 */
You can’t perform that action at this time.
0 commit comments