Revision e8d31c74 snf-cyclades-app/synnefo/db/models.py

b/snf-cyclades-app/synnefo/db/models.py
357 357
    # Latest action and corresponding Ganeti job ID, for actions issued
358 358
    # by the API
359 359
    task = models.CharField(max_length=64, null=True)
360
    task_job_id = models.BigIntegerField(max_length=64, null=True)
360
    task_job_id = models.BigIntegerField(null=True)
361 361

  
362 362
    objects = ForUpdateManager()
363 363

  

Also available in: Unified diff