mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 13:55:28 +02:00
Add db migration management infratructure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
async function up() {
|
||||
console.log('v1.2.0 up')
|
||||
}
|
||||
|
||||
async function down() {
|
||||
console.log('v1.2.0 down')
|
||||
}
|
||||
|
||||
module.exports = { up, down }
|
||||
Reference in New Issue
Block a user