chore: fix migration array
This commit is contained in:
parent
3eb07ef924
commit
3ba9abece4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ export const RESTIC_PASS_FILE = "/var/lib/zerobyte/data/restic.pass";
|
|||
|
||||
export const DEFAULT_EXCLUDES = [DATABASE_URL, RESTIC_PASS_FILE, REPOSITORY_BASE];
|
||||
|
||||
export const REQUIRED_MIGRATIONS = ["v0.21.0"];
|
||||
export const REQUIRED_MIGRATIONS = []; // ["v0.21.0"] add this once re-tagging migration is removed
|
||||
|
|
|
|||
Loading…
Reference in a new issue