MIGRATION

The database flavours:

The shape of a migration

[tbd]

Timelines

Complicated migrations

Small example (datatype, MySQL version fix, and default data):

+BEGIN_SRC

-- fix the MODIFIED column so it defaults to a sensible value

Big example:

[tbd]

Non-schema modification