forked from vieter-v/vieter
chore: updated changelog; ran formatter
This commit is contained in:
parent
fc4dc30f74
commit
17e58c91ed
2 changed files with 10 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ const (
|
|||
$embed_file('migrations/001-initial/up.sql'),
|
||||
$embed_file('migrations/002-rename-to-targets/up.sql'),
|
||||
$embed_file('migrations/003-target-url-type/up.sql'),
|
||||
$embed_file('migrations/004-nullable-branch/up.sql')
|
||||
$embed_file('migrations/004-nullable-branch/up.sql'),
|
||||
]
|
||||
migrations_down = [
|
||||
$embed_file('migrations/001-initial/down.sql'),
|
||||
$embed_file('migrations/002-rename-to-targets/down.sql'),
|
||||
$embed_file('migrations/003-target-url-type/down.sql'),
|
||||
$embed_file('migrations/004-nullable-branch/down.sql')
|
||||
$embed_file('migrations/004-nullable-branch/down.sql'),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue