tcms.testruns.migrations.0016_testexecutionproperty module

class tcms.testruns.migrations.0016_testexecutionproperty.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('testruns', '0015_alter_testexecution_unique_together')]
operations = [<CreateModel  name='TestExecutionProperty', fields=[('id', <django.db.models.fields.AutoField>), ('name', <django.db.models.fields.CharField>), ('value', <django.db.models.fields.CharField>), ('execution', <django.db.models.fields.related.ForeignKey>)], options={'abstract': False}>]