Skip to content

Commit 5d5d15e

Browse files
committed
Link to comparison of transactional DDLs
1 parent b742ec3 commit 5d5d15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ files, and either leaving them empty or adding a comment as appropriate.
5252

5353
The format of the migration files themselves varies between database systems.
5454
Different databases have different semantics around schema changes and when and
55-
how they are allowed to occur (for instance, if schema changes can occur within
56-
a transaction).
55+
how they are allowed to occur
56+
(for instance, [if schema changes can occur within a transaction](https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis)).
5757

5858
As such, the `migrate` library has little to no checking around the format of
5959
migration sources. The migration files are generally processed directly by the

0 commit comments

Comments
 (0)