You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Update .editorconfig and reformat code
The settings for yaml files regularly get confused and I don't like it, so I add them to .editorconfig to make the settings always the same.
This commit is contained in:
@ -23,7 +23,7 @@ services:
|
||||
|
||||
migrate:
|
||||
image: migrate/migrate:v4.16.2
|
||||
command: >
|
||||
command: >
|
||||
-source 'file:///migrations'
|
||||
-database 'postgresql://postgres:postgres@postgres:5432/reference?sslmode=disable' up
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user