Skip to content

Commit 4e79d9b

Browse files
committed
chore: remove unused make rule
1 parent 75d56f1 commit 4e79d9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,3 @@ debug-container:
183183

184184
push-container: build-container
185185
docker push $(CONTAINER_EXACT_REF)
186-
187-
# I use this with vim `:read !make migration-cat` to view all migration files
188-
# together in a single file.
189-
migration-cat:
190-
find migrations | grep ".sql$$" | xargs cat

0 commit comments

Comments
 (0)