Skip to content

Commit

Permalink
Update osversions and devicetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lessica committed Apr 5, 2018
1 parent 728dff7 commit da125f7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions WEIPDCRM/migrations/0027_osversion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-04-02 13:10
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('WEIPDCRM', '0026_package_view'),
]

operations = [
migrations.RunSQL(
"REPLACE INTO `WEIPDCRM_osversion` VALUES (42,1,'2018-03-29 12:56:45.027024','10.3','14E277',''),(43,1,'2018-03-29 12:56:58.260688','10.3.1','14E304',''),(44,1,'2018-03-29 12:57:25.641240','10.3.2','14F89/14F8089/14F90/14F91',''),(45,1,'2018-03-29 12:57:36.342312','10.3.3','14G60',''),(46,1,'2018-03-29 12:57:50.367078','11.0','15A372',''),(47,1,'2018-03-29 12:58:10.571310','11.0.1','15A402/15A403/15A8391',''),(48,1,'2018-03-29 12:58:21.500627','11.0.2','15A421',''),(49,1,'2018-03-29 12:58:34.072932','11.0.3','15A432',''),(50,1,'2018-03-29 12:58:44.405462','11.1','15B93/15B101',''),(51,1,'2018-03-29 12:58:53.394225','11.1.1','15B150',''),(52,1,'2018-03-29 12:59:01.854353','11.1.2','15B202',''),(53,1,'2018-03-29 12:59:11.187375','11.2','15C114',''),(54,1,'2018-03-29 12:59:19.928616','11.2.1','15C153',''),(55,1,'2018-03-29 12:59:28.075789','11.2.2','15C202',''),(56,1,'2018-03-29 12:59:36.596155','11.2.5','15D60',''),(57,1,'2018-03-29 12:59:49.828635','11.2.6','15D100','');"
),
migrations.RunSQL(
"REPLACE INTO `WEIPDCRM_devicetype` VALUES (25,1,'2018-04-02 08:51:29.527016','iPhone 8','iPhone10,1/iPhone10,4','A1863/A1906/A1907/A1905',''),(26,1,'2018-04-02 08:53:08.730273','iPhone 8 Plus','iPhone10,2/iPhone10,5','A1864/A1898/A1899/A1897',''),(27,1,'2018-04-02 08:53:40.315911','iPhone X','iPhone10,3/iPhone10,6','A1865/A1902/A1901','');"
),
]

0 comments on commit da125f7

Please sign in to comment.