Skip to content
Snippets Groups Projects
Commit 4e103455 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-272: default false

parent a9df277a
No related branches found
No related tags found
1 merge request!213Resolve TMSS-272
......@@ -310,7 +310,7 @@ class Filesystem(NamedCommon):
class Cluster(NamedCommon):
location = CharField(max_length=128, help_text='Human-readable location of the cluster.')
archive_site = BooleanField(help_text='TRUE if this cluster is an archive site, FALSE if not (f.e. a local cluster, or user-owned cluster).')
archive_site = BooleanField(default=False, null=False, help_text='TRUE if this cluster is an archive site, FALSE if not (f.e. a local cluster, or user-owned cluster).')
class DataproductArchiveInfo(BasicCommon):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment