We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d73a5 commit f792e27Copy full SHA for f792e27
1 file changed
nexus/db-model/src/schema_versions.rs
@@ -329,7 +329,7 @@ impl std::fmt::Display for SqlIdentifier {
329
///
330
/// Used to:
331
/// 1. Enforce at-most-one DDL per migration file (for versions >
332
-/// [`LAST_MULTI_DDL_VERSION`])
+/// `LAST_MULTI_DDL_VERSION`)
333
/// 2. Generate verification queries for operations that involve async
334
/// backfill in CockroachDB (e.g., CREATE INDEX, ADD CONSTRAINT)
335
#[derive(Debug, Clone, PartialEq)]
0 commit comments