6204-fixturesByEnvironment #2
12
myt-push.js
12
myt-push.js
|
@ -214,19 +214,11 @@ class Push extends Command {
|
|||
continue;
|
||||
}
|
||||
|
||||
const skipRealm = match & match[1] && match[1] !== realm;
|
||||
const skipRealm = match[1] && match[1] !== realm;
|
||||
|
||||
if (isUndoScript(script))
|
||||
if (isUndoScript(script) || skipRealm)
|
||||
continue;
|
||||
|
||||
if (match[1]) {
|
||||
if (skipRealm)
|
||||
continue;
|
||||
|
||||
if (!realm)
|
||||
continue;
|
||||
|
||||
}
|
||||
const [[row]] = await conn.query(
|
||||
`SELECT errorNumber FROM versionLog
|
||||
jgallego marked this conversation as resolved
Outdated
|
||||
WHERE code = ?
|
||||
|
|
Loading…
Reference in New Issue
/^[0-9]{2}-[a-zA-Z0-9_]+(\.[a-zA-Z0-9_]+)?\.sql$/