Commit bcc655d7 authored by Irving David's avatar Irving David

añadido tipo nombre de plataforma a en la tabla de procesos

parent e1e70c4a
...@@ -59,6 +59,7 @@ class Process(models.Model): ...@@ -59,6 +59,7 @@ class Process(models.Model):
command = models.CharField(max_length=100, default='') command = models.CharField(max_length=100, default='')
parameters = models.TextField(default="") parameters = models.TextField(default="")
type = models.CharField(max_length=50) type = models.CharField(max_length=50)
platform_name = models.CharField(max_length=50)
class Search(models.Model): class Search(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment