From 952bce60ff46795b0ca40e63f5d0de2e72828a91 Mon Sep 17 00:00:00 2001
From: David Crespo <david.crespo@oxidecomputer.com>
Date: Mon, 28 Aug 2023 14:39:36 -0500
Subject: [PATCH] add line to readme about picking a version number

---
 schema/crdb/README.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/schema/crdb/README.adoc b/schema/crdb/README.adoc
index d33a70e8f7..997170469d 100644
--- a/schema/crdb/README.adoc
+++ b/schema/crdb/README.adoc
@@ -44,6 +44,7 @@ Assumptions:
 
 Process:
 
+* Choose a `NEW_VERSION` number. This should almost certainly be a major version bump over `OLD_VERSION`.
 * Add a file to `schema/crdb/NEW_VERSION/up.sql` with your changes to the schema.
 ** This file should validate the expected current version transactionally.
 ** This file should only issue a single schema-modifying statement per transaction.