Skip to content

Commit e2f61fa

Browse files
committed
added cluster path to clustertemplate
1 parent b0add93 commit e2f61fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ACGen/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class ClusterTemplate(models.Model):
2121
cluster_name = models.CharField(max_length=255, unique=True)
2222
cluster_config = models.TextField(null=True,blank=True)
2323
cluster_string = models.TextField(null=True, blank=True)
24+
cluster_path = models.CharField(max_length=512, null=True, blank=True)
2425
cluster_version = models.CharField(max_length=255, null=True, blank=True)
2526
block_type = models.CharField(max_length=255)
2627
uploaded_by = models.CharField(max_length=255)

0 commit comments

Comments
 (0)