Skip to content

Commit

Permalink
rework headings
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Nov 8, 2023
1 parent 8d70d1f commit 658f195
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schema/crdb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fall-back pathway for performing upgrades.

See RFD 319 for more discussion of the online upgrade plans.

=== How to change the schema
== How to change the schema

Assumptions:

Expand Down Expand Up @@ -89,7 +89,7 @@ SQL Validation, via Automated Tests:
`dbinit.sql`
* All `up.sql` files can be applied twice without error

==== General notes
=== General notes

CockroachDB's representation of the schema includes some opaque
internally-generated fields that are order dependent, like the names of
Expand All @@ -101,6 +101,8 @@ As convention, however, we recommend keeping the `db_metadata` file at the end
of `dbinit.sql`, so that the database does not contain a version until it is
fully populated.

=== Scenario-specific gotchas

==== Renaming columns

Idempotently renaming existing columns is unfortunately not possible in our
Expand Down

0 comments on commit 658f195

Please sign in to comment.