Skip to content

Commit 178ed56

Browse files
committed
format
1 parent b55b0bb commit 178ed56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drizzle-do/migrations.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import journal from "./meta/_journal.json";
21
import m0000 from "./0000_bright_dark_phoenix.sql?raw";
32
import m0001 from "./0001_awesome_brood.sql?raw";
3+
import journal from "./meta/_journal.json";
44

55
export default {
6-
journal,
7-
migrations: {
8-
m0000,
9-
m0001,
10-
},
6+
journal,
7+
migrations: {
8+
m0000,
9+
m0001,
10+
},
1111
};

0 commit comments

Comments
 (0)