Skip to content

Commit bf3523a

Browse files
authored
Update schema-management.md
1 parent fbe13d0 commit bf3523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/schema-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Schema management for the Cardano PostgreSQL database is a little more complicated than we would
44
like, but the scheme chosen allows for easy development, evolution and management of the database.
55

6-
The database schema is defined in three stages, each stage consisting of one or more SQL migrations.
6+
The database schema is defined in four stages, each stage consisting of one or more SQL migrations.
77
The stages are:
88

99
- `stage 1`: introduces basic postgres types. These cannot be modified or extended.

0 commit comments

Comments
 (0)