feature #9: add lock on execute migration
This commit is contained in:
5
src/main/resources/sql/migration/lockMigrationTables.sql
Normal file
5
src/main/resources/sql/migration/lockMigrationTables.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
LOCK TABLE
|
||||
migration.history,
|
||||
migration.functions
|
||||
IN ACCESS EXCLUSIVE MODE
|
||||
NOWAIT
|
||||
Reference in New Issue
Block a user