mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
Fix migrations directory path in knexfile for local development
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
c8d79c3b7d
commit
fb9618e25c
@ -6,5 +6,8 @@ module.exports = {
|
|||||||
connection: {
|
connection: {
|
||||||
filename: './database.sqlite'
|
filename: './database.sqlite'
|
||||||
},
|
},
|
||||||
useNullAsDefault: true
|
useNullAsDefault: true,
|
||||||
}
|
migrations: {
|
||||||
|
directory: './src/migrations'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user