···3434 })
3535 # The webroot is hardcoded as ./wwwroot
3636 ./change-webroot.diff
3737+ # Upstream removes database migrations between versions
3838+ # Restore them to avoid breaking on updates
3939+ # Info: Restores migrations for versions between v0.7.1.4 and v0.7.9
4040+ # On update: check if more migrations need to be restored!
4141+ # Migrations should at least allow updates from previous NixOS versions
4242+ ./restore-migrations.diff
3743 ];
3844 postPatch = ''
3945 substituteInPlace API/Services/DirectoryService.cs --subst-var out