Skip to content

Commit 38b14bf

Browse files
committed
format
1 parent 681fddf commit 38b14bf

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

drizzle-do/migrations.js

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
import journal from './meta/_journal.json';
2-
import m0000 from './0000_bright_dark_phoenix.sql?raw';
3-
import m0001 from './0001_awesome_brood.sql?raw';
4-
import m0002 from './0002_chilly_changeling.sql?raw';
1+
import m0000 from "./0000_bright_dark_phoenix.sql?raw";
2+
import m0001 from "./0001_awesome_brood.sql?raw";
3+
import m0002 from "./0002_chilly_changeling.sql?raw";
4+
import journal from "./meta/_journal.json";
55

6-
export default {
7-
journal,
8-
migrations: {
9-
m0000,
10-
m0001,
11-
m0002
12-
}
13-
}
14-
6+
export default {
7+
journal,
8+
migrations: {
9+
m0000,
10+
m0001,
11+
m0002,
12+
},
13+
};

0 commit comments

Comments
 (0)