Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed May 17, 2024
1 parent 566f159 commit 59f54f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ mit migrate # apply the migration

## Example of migration

```templ
```go
package migrations

import (
"github.com/alexisvisco/mig/pkg/schema/pg"
"github.com/alexisvisco/mig/pkg/schema"
"github.com/alexisvisco/amigo/pkg/schema/pg"
"github.com/alexisvisco/amigo/pkg/schema"
"time"
)

Expand Down

0 comments on commit 59f54f5

Please sign in to comment.