Skip to content

Commit 05a7fff

Browse files
committed
cs
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent e0bdae5 commit 05a7fff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/state.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const MSTATE = '__dbmigrate_state__';
22
const SSTATE = '__dbmigrate_schema__';
3-
const RUNON =
4-
'run_on';
3+
const RUNON = 'run_on';
54

65
const log = require('db-migrate-shared').log;
76
const fs = require('fs').promises;

0 commit comments

Comments
 (0)