feature #9: add lock on execute migration

This commit is contained in:
2019-07-05 21:09:07 +02:00
parent 9c02fd21ca
commit 6dc5e611aa
4 changed files with 48 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
LOCK TABLE
migration.history,
migration.functions
IN ACCESS EXCLUSIVE MODE
NOWAIT