mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
feat: sync albums and album users (#18377)
This commit is contained in:
@@ -125,6 +125,7 @@ const compare = async () => {
|
||||
const down = schemaDiff(target, source, {
|
||||
tables: { ignoreExtra: false },
|
||||
functions: { ignoreExtra: false },
|
||||
extension: { ignoreMissing: true },
|
||||
});
|
||||
|
||||
return { up, down };
|
||||
|
||||
Reference in New Issue
Block a user