Skip to content

Commit c60b5a0

Browse files
committed
feat(project): add pinned deployments to projects
1 parent 1e75f61 commit c60b5a0

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/conveyal/datatools/manager/models

1 file changed

+2
-0
lines changed

src/main/java/com/conveyal/datatools/manager/models/Project.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ public OtpServer retrieveServer(String name) {
6363
// and/or for applying a geographic filter when syncing with external feed registries.
6464
public Bounds bounds;
6565

66+
public String pinnedDeploymentId;
67+
6668
public Project() {
6769
this.buildConfig = new OtpBuildConfig();
6870
this.routerConfig = new OtpRouterConfig();

0 commit comments

Comments
 (0)