Skip to content

Tags: jc21/dbmate

Tags

1.16.2-slave-support.1

Toggle 1.16.2-slave-support.1's commit message
Adds post migration file support

This functionality adds a argument to load a sql file
from disk, parse its contents into the same blocks as
other sql files, but these blocks are appended to each
migration just before passing wildcards.

This solves a problem where a replicated database might
need to have its tables owned by a specific user or
a publication needs refreshing, but we don't want to
write duplicate sql in each migration that doesn't handle
actually changing the schema.

1.16.2-slave-support

Toggle 1.16.2-slave-support's commit message
Fix version