Skip to content

Commit

Permalink
test: Test testmon by changing the environment model
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Oct 24, 2023
1 parent e679930 commit f06a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/environments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Environment(
history_record_class_path = "environments.models.HistoricalEnvironment"
related_object_type = RelatedObjectType.ENVIRONMENT

name = models.CharField(max_length=2000)
name = models.CharField(max_length=2100)
created_date = models.DateTimeField("DateCreated", auto_now_add=True)
description = models.TextField(null=True, blank=True, max_length=20000)
project = models.ForeignKey(
Expand Down

0 comments on commit f06a0de

Please sign in to comment.