Skip to content

Commit

Permalink
add line to readme about picking a version number
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Aug 28, 2023
1 parent db17ab1 commit 952bce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/crdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 952bce6

Please sign in to comment.