mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-20 14:09:48 +00:00
Add db migration management infratructure
This commit is contained in:
parent
0344a63b48
commit
3f93b93d9e
13 changed files with 1385 additions and 172 deletions
7
server/migrations/changelog.md
Normal file
7
server/migrations/changelog.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Migrations Changelog
|
||||
|
||||
Please add a record of every database migration that you create to this file. This will help us keep track of changes to the database schema over time.
|
||||
|
||||
| Server Version | Migration Script Name | Description |
|
||||
| -------------- | --------------------- | ----------- |
|
||||
| | | |
|
||||
Loading…
Add table
Add a link
Reference in a new issue