Skip to content
Snippets Groups Projects
Commit 13258d3f authored by Tyler Baker's avatar Tyler Baker
Browse files

Merge branch 'master' into release

parents b4e2f2a2 1ed27742
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class Migration(SchemaMigration):
# Adding field 'Device.is_public'
db.add_column('lava_scheduler_app_device', 'is_public',
self.gf('django.db.models.fields.BooleanField')(default=False),
self.gf('django.db.models.fields.BooleanField')(default=True),
keep_default=False)
# Adding field 'Device.physical_owner'
......
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