Skip to content

Commit 81a7cd2

Browse files
committed
chore(cmd): rename migrate command to pulse-migrate
1 parent ca391c6 commit 81a7cd2

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY: all tidy fa fmt lint vet test pulse migrate
1+
.PHONY: all tidy fa fmt lint vet test pulse pulse-migrate
22

3-
SERVICES = pulse migrate
3+
SERVICES = pulse pulse-migrate
44

55
all: tidy fa fmt lint
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Example configuration files are available in:
6060
Before starting the app, apply migrations:
6161

6262
```bash
63-
go run ./cmd/migrate up
63+
go run ./cmd/pulse-migrate up
6464
```
6565

6666
Run with:

0 commit comments

Comments
 (0)