mirror of https://github.com/status-im/migrate.git
40 lines
944 B
Markdown
40 lines
944 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
**Describe the Bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Steps to Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. My migrations look like '...'
|
|
2. I ran migrate with the following options '....'
|
|
3. See error
|
|
|
|
**Expected Behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Migrate Version**
|
|
e.g. v3.4.0
|
|
Obtained by running: `migrate -version`
|
|
|
|
**Loaded Source Drivers**
|
|
e.g. s3, github, go-bindata, gcs, file
|
|
Obtained by running: `migrate -help`
|
|
|
|
**Loaded Database Drivers**
|
|
e.g. spanner, stub, clickhouse, cockroachdb, crdb-postgres, postgres, postgresql, redshift, cassandra, cockroach, mysql
|
|
Obtained by running: `migrate -help`
|
|
|
|
**Go Version**
|
|
e.g. go version go1.11 linux/amd64
|
|
Obtained by running: `go version`
|
|
|
|
**Stacktrace**
|
|
Please provide if available
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|