Skip to content

Commit

Permalink
Link to comparison of transactional DDLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Jul 10, 2018
1 parent b742ec3 commit 5d5d15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ files, and either leaving them empty or adding a comment as appropriate.

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

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

0 comments on commit 5d5d15e

Please sign in to comment.