Skip to content

Commit 44ccc9b

Browse files
committed
add to lockfile whitelist
1 parent b1c3ebb commit 44ccc9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3205,6 +3205,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
32053205
"explore",
32063206
"insights",
32073207
"monitors",
3208+
"preprod",
32083209
)
32093210
# Where to write the lockfile to.
32103211
MIGRATIONS_LOCKFILE_PATH = os.path.join(PROJECT_ROOT, os.path.pardir, os.path.pardir)

0 commit comments

Comments
 (0)