mirror of
https://github.com/pressly/goose.git
synced 2025-05-28 10:13:08 +00:00
Merge pull request #182 from adampie/master
Fixing broken link in README
This commit is contained in:
commit
e42e49944b
@ -225,7 +225,7 @@ language plpgsql;
|
|||||||
3. Register your migration functions
|
3. Register your migration functions
|
||||||
4. Run goose command, ie. `goose.Up(db *sql.DB, dir string)`
|
4. Run goose command, ie. `goose.Up(db *sql.DB, dir string)`
|
||||||
|
|
||||||
A [sample Go migration 00002_users_add_email.go file](./example/migrations-go/00002_rename_root.go) looks like:
|
A [sample Go migration 00002_users_add_email.go file](./examples/go-migrations/00002_rename_root.go) looks like:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package migrations
|
package migrations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user