Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
98a9a5e2
Commit
98a9a5e2
authored
Jun 06, 2017
by
Clinton Blackburn
Committed by
Clinton Blackburn
Jun 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated database dumps
parent
ff5071b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
132 additions
and
70 deletions
+132
-70
ecommerce.sql
+127
-65
edxapp.sql
+0
-0
edxapp_csmh.sql
+5
-5
No files found.
ecommerce.sql
View file @
98a9a5e2
-- MySQL dump 10.13 Distrib 5.6.3
5
, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 5.6.3
6
, for Linux (x86_64)
--
--
-- Host: localhost Database: ecommerce
-- Host: localhost Database: ecommerce
-- ------------------------------------------------------
-- ------------------------------------------------------
-- Server version 5.6.3
5
-- Server version 5.6.3
6
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
...
@@ -280,7 +280,7 @@ CREATE TABLE `auth_permission` (
...
@@ -280,7 +280,7 @@ CREATE TABLE `auth_permission` (
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`auth_permission_content_type_id_01ab375a_uniq`
(
`content_type_id`
,
`codename`
),
UNIQUE
KEY
`auth_permission_content_type_id_01ab375a_uniq`
(
`content_type_id`
,
`codename`
),
CONSTRAINT
`auth_permissi_content_type_id_2f476e4b_fk_django_content_type_id`
FOREIGN
KEY
(
`content_type_id`
)
REFERENCES
`django_content_type`
(
`id`
)
CONSTRAINT
`auth_permissi_content_type_id_2f476e4b_fk_django_content_type_id`
FOREIGN
KEY
(
`content_type_id`
)
REFERENCES
`django_content_type`
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
3
82
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
3
97
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
--
...
@@ -289,7 +289,7 @@ CREATE TABLE `auth_permission` (
...
@@ -289,7 +289,7 @@ CREATE TABLE `auth_permission` (
LOCK
TABLES
`auth_permission`
WRITE
;
LOCK
TABLES
`auth_permission`
WRITE
;
/*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */
;
/*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */
;
INSERT
INTO
`auth_permission`
VALUES
(
1
,
'Can add content type'
,
1
,
'add_contenttype'
),(
2
,
'Can change content type'
,
1
,
'change_contenttype'
),(
3
,
'Can delete content type'
,
1
,
'delete_contenttype'
),(
4
,
'Can add permission'
,
2
,
'add_permission'
),(
5
,
'Can change permission'
,
2
,
'change_permission'
),(
6
,
'Can delete permission'
,
2
,
'delete_permission'
),(
7
,
'Can add group'
,
3
,
'add_group'
),(
8
,
'Can change group'
,
3
,
'change_group'
),(
9
,
'Can delete group'
,
3
,
'delete_group'
),(
10
,
'Can add site configuration'
,
4
,
'add_siteconfiguration'
),(
11
,
'Can change site configuration'
,
4
,
'change_siteconfiguration'
),(
12
,
'Can delete site configuration'
,
4
,
'delete_siteconfiguration'
),(
13
,
'Can add user'
,
5
,
'add_user'
),(
14
,
'Can change user'
,
5
,
'change_user'
),(
15
,
'Can delete user'
,
5
,
'delete_user'
),(
16
,
'Can add user'
,
6
,
'add_client'
),(
17
,
'Can change user'
,
6
,
'change_client'
),(
18
,
'Can delete user'
,
6
,
'delete_client'
),(
19
,
'Can add Country'
,
7
,
'add_country'
),(
20
,
'Can change Country'
,
7
,
'change_country'
),(
21
,
'Can delete Country'
,
7
,
'delete_country'
),(
22
,
'Can add User address'
,
8
,
'add_useraddress'
),(
23
,
'Can change User address'
,
8
,
'change_useraddress'
),(
24
,
'Can delete User address'
,
8
,
'delete_useraddress'
),(
25
,
'Can add log entry'
,
9
,
'add_logentry'
),(
26
,
'Can change log entry'
,
9
,
'change_logentry'
),(
27
,
'Can delete log entry'
,
9
,
'delete_logentry'
),(
28
,
'Can add Attribute option'
,
10
,
'add_attributeoption'
),(
29
,
'Can change Attribute option'
,
10
,
'change_attributeoption'
),(
30
,
'Can delete Attribute option'
,
10
,
'delete_attributeoption'
),(
31
,
'Can add Product'
,
11
,
'add_product'
),(
32
,
'Can change Product'
,
11
,
'change_product'
),(
33
,
'Can delete Product'
,
11
,
'delete_product'
),(
34
,
'Can add Option'
,
12
,
'add_option'
),(
35
,
'Can change Option'
,
12
,
'change_option'
),(
36
,
'Can delete Option'
,
12
,
'delete_option'
),(
37
,
'Can add Product class'
,
13
,
'add_productclass'
),(
38
,
'Can change Product class'
,
13
,
'change_productclass'
),(
39
,
'Can delete Product class'
,
13
,
'delete_productclass'
),(
40
,
'Can add Category'
,
14
,
'add_category'
),(
41
,
'Can change Category'
,
14
,
'change_category'
),(
42
,
'Can delete Category'
,
14
,
'delete_category'
),(
43
,
'Can add catalog'
,
15
,
'add_catalog'
),(
44
,
'Can change catalog'
,
15
,
'change_catalog'
),(
45
,
'Can delete catalog'
,
15
,
'delete_catalog'
),(
46
,
'Can add Product recommendation'
,
16
,
'add_productrecommendation'
),(
47
,
'Can change Product recommendation'
,
16
,
'change_productrecommendation'
),(
48
,
'Can delete Product recommendation'
,
16
,
'delete_productrecommendation'
),(
49
,
'Can add Product attribute'
,
17
,
'add_productattribute'
),(
50
,
'Can change Product attribute'
,
17
,
'change_productattribute'
),(
51
,
'Can delete Product attribute'
,
17
,
'delete_productattribute'
),(
52
,
'Can add Attribute option group'
,
18
,
'add_attributeoptiongroup'
),(
53
,
'Can change Attribute option group'
,
18
,
'change_attributeoptiongroup'
),(
54
,
'Can delete Attribute option group'
,
18
,
'delete_attributeoptiongroup'
),(
55
,
'Can add Product image'
,
19
,
'add_productimage'
),(
56
,
'Can change Product image'
,
19
,
'change_productimage'
),(
57
,
'Can delete Product image'
,
19
,
'delete_productimage'
),(
58
,
'Can add Product attribute value'
,
20
,
'add_productattributevalue'
),(
59
,
'Can change Product attribute value'
,
20
,
'change_productattributevalue'
),(
60
,
'Can delete Product attribute value'
,
20
,
'delete_productattributevalue'
),(
61
,
'Can add Product category'
,
21
,
'add_productcategory'
),(
62
,
'Can change Product category'
,
21
,
'change_productcategory'
),(
63
,
'Can delete Product category'
,
21
,
'delete_productcategory'
),(
64
,
'Can add historical Product attribute value'
,
22
,
'add_historicalproductattributevalue'
),(
65
,
'Can change historical Product attribute value'
,
22
,
'change_historicalproductattributevalue'
),(
66
,
'Can delete historical Product attribute value'
,
22
,
'delete_historicalproductattributevalue'
),(
67
,
'Can add historical Product'
,
23
,
'add_historicalproduct'
),(
68
,
'Can change historical Product'
,
23
,
'change_historicalproduct'
),(
69
,
'Can delete historical Product'
,
23
,
'delete_historicalproduct'
),(
70
,
'Can add User product view'
,
24
,
'add_userproductview'
),(
71
,
'Can change User product view'
,
24
,
'change_userproductview'
),(
72
,
'Can delete User product view'
,
24
,
'delete_userproductview'
),(
73
,
'Can add User record'
,
25
,
'add_userrecord'
),(
74
,
'Can change User record'
,
25
,
'change_userrecord'
),(
75
,
'Can delete User record'
,
25
,
'delete_userrecord'
),(
76
,
'Can add User search query'
,
26
,
'add_usersearch'
),(
77
,
'Can change User search query'
,
26
,
'change_usersearch'
),(
78
,
'Can delete User search query'
,
26
,
'delete_usersearch'
),(
79
,
'Can add Product record'
,
27
,
'add_productrecord'
),(
80
,
'Can change Product record'
,
27
,
'change_productrecord'
),(
81
,
'Can delete Product record'
,
27
,
'delete_productrecord'
),(
82
,
'Can add site'
,
28
,
'add_site'
),(
83
,
'Can change site'
,
28
,
'change_site'
),(
84
,
'Can delete site'
,
28
,
'delete_site'
),(
85
,
'Can add historical Stock record'
,
29
,
'add_historicalstockrecord'
),(
86
,
'Can change historical Stock record'
,
29
,
'change_historicalstockrecord'
),(
87
,
'Can delete historical Stock record'
,
29
,
'delete_historicalstockrecord'
),(
88
,
'Can add Partner'
,
30
,
'add_partner'
),(
89
,
'Can change Partner'
,
30
,
'change_partner'
),(
90
,
'Can delete Partner'
,
30
,
'delete_partner'
),(
91
,
'Can add Partner address'
,
31
,
'add_partneraddress'
),(
92
,
'Can change Partner address'
,
31
,
'change_partneraddress'
),(
93
,
'Can delete Partner address'
,
31
,
'delete_partneraddress'
),(
94
,
'Can add Stock record'
,
32
,
'add_stockrecord'
),(
95
,
'Can change Stock record'
,
32
,
'change_stockrecord'
),(
96
,
'Can delete Stock record'
,
32
,
'delete_stockrecord'
),(
97
,
'Can add Stock alert'
,
33
,
'add_stockalert'
),(
98
,
'Can change Stock alert'
,
33
,
'change_stockalert'
),(
99
,
'Can delete Stock alert'
,
33
,
'delete_stockalert'
),(
100
,
'Can add Product alert'
,
34
,
'add_productalert'
),(
101
,
'Can change Product alert'
,
34
,
'change_productalert'
),(
102
,
'Can delete Product alert'
,
34
,
'delete_productalert'
),(
103
,
'Can add Email'
,
35
,
'add_email'
),(
104
,
'Can change Email'
,
35
,
'change_email'
),(
105
,
'Can delete Email'
,
35
,
'delete_email'
),(
106
,
'Can add Communication event type'
,
36
,
'add_communicationeventtype'
),(
107
,
'Can change Communication event type'
,
36
,
'change_communicationeventtype'
),(
108
,
'Can delete Communication event type'
,
36
,
'delete_communicationeventtype'
),(
109
,
'Can add Notification'
,
37
,
'add_notification'
),(
110
,
'Can change Notification'
,
37
,
'change_notification'
),(
111
,
'Can delete Notification'
,
37
,
'delete_notification'
),(
112
,
'Can add basket attribute'
,
38
,
'add_basketattribute'
),(
113
,
'Can change basket attribute'
,
38
,
'change_basketattribute'
),(
114
,
'Can delete basket attribute'
,
38
,
'delete_basketattribute'
),(
115
,
'Can add basket attribute type'
,
39
,
'add_basketattributetype'
),(
116
,
'Can change basket attribute type'
,
39
,
'change_basketattributetype'
),(
117
,
'Can delete basket attribute type'
,
39
,
'delete_basketattributetype'
),(
118
,
'Can add Basket'
,
40
,
'add_basket'
),(
119
,
'Can change Basket'
,
40
,
'change_basket'
),(
120
,
'Can delete Basket'
,
40
,
'delete_basket'
),(
121
,
'Can add Basket line'
,
41
,
'add_line'
),(
122
,
'Can change Basket line'
,
41
,
'change_line'
),(
123
,
'Can delete Basket line'
,
41
,
'delete_line'
),(
124
,
'Can add Line attribute'
,
42
,
'add_lineattribute'
),(
125
,
'Can change Line attribute'
,
42
,
'change_lineattribute'
),(
126
,
'Can delete Line attribute'
,
42
,
'delete_lineattribute'
),(
127
,
'Can add Line Price'
,
43
,
'add_lineprice'
),(
128
,
'Can change Line Price'
,
43
,
'change_lineprice'
),(
129
,
'Can delete Line Price'
,
43
,
'delete_lineprice'
),(
130
,
'Can add Shipping address'
,
44
,
'add_shippingaddress'
),(
131
,
'Can change Shipping address'
,
44
,
'change_shippingaddress'
),(
132
,
'Can delete Shipping address'
,
44
,
'delete_shippingaddress'
),(
133
,
'Can add Billing address'
,
45
,
'add_billingaddress'
),(
134
,
'Can change Billing address'
,
45
,
'change_billingaddress'
),(
135
,
'Can delete Billing address'
,
45
,
'delete_billingaddress'
),(
136
,
'Can add Shipping Event'
,
46
,
'add_shippingevent'
),(
137
,
'Can change Shipping Event'
,
46
,
'change_shippingevent'
),(
138
,
'Can delete Shipping Event'
,
46
,
'delete_shippingevent'
),(
139
,
'Can add Order Line'
,
47
,
'add_line'
),(
140
,
'Can change Order Line'
,
47
,
'change_line'
),(
141
,
'Can delete Order Line'
,
47
,
'delete_line'
),(
142
,
'Can add Payment Event'
,
48
,
'add_paymentevent'
),(
143
,
'Can change Payment Event'
,
48
,
'change_paymentevent'
),(
144
,
'Can delete Payment Event'
,
48
,
'delete_paymentevent'
),(
145
,
'Can add Communication Event'
,
49
,
'add_communicationevent'
),(
146
,
'Can change Communication Event'
,
49
,
'change_communicationevent'
),(
147
,
'Can delete Communication Event'
,
49
,
'delete_communicationevent'
),(
148
,
'Can add Order Note'
,
50
,
'add_ordernote'
),(
149
,
'Can change Order Note'
,
50
,
'change_ordernote'
),(
150
,
'Can delete Order Note'
,
50
,
'delete_ordernote'
),(
151
,
'Can add Order'
,
51
,
'add_order'
),(
152
,
'Can change Order'
,
51
,
'change_order'
),(
153
,
'Can delete Order'
,
51
,
'delete_order'
),(
154
,
'Can add Payment Event Quantity'
,
52
,
'add_paymenteventquantity'
),(
155
,
'Can change Payment Event Quantity'
,
52
,
'change_paymenteventquantity'
),(
156
,
'Can delete Payment Event Quantity'
,
52
,
'delete_paymenteventquantity'
),(
157
,
'Can add Shipping Event Type'
,
53
,
'add_shippingeventtype'
),(
158
,
'Can change Shipping Event Type'
,
53
,
'change_shippingeventtype'
),(
159
,
'Can delete Shipping Event Type'
,
53
,
'delete_shippingeventtype'
),(
160
,
'Can add Shipping Event Quantity'
,
54
,
'add_shippingeventquantity'
),(
161
,
'Can change Shipping Event Quantity'
,
54
,
'change_shippingeventquantity'
),(
162
,
'Can delete Shipping Event Quantity'
,
54
,
'delete_shippingeventquantity'
),(
163
,
'Can add Payment Event Type'
,
55
,
'add_paymenteventtype'
),(
164
,
'Can change Payment Event Type'
,
55
,
'change_paymenteventtype'
),(
165
,
'Can delete Payment Event Type'
,
55
,
'delete_paymenteventtype'
),(
166
,
'Can add Line Attribute'
,
56
,
'add_lineattribute'
),(
167
,
'Can change Line Attribute'
,
56
,
'change_lineattribute'
),(
168
,
'Can delete Line Attribute'
,
56
,
'delete_lineattribute'
),(
169
,
'Can add Order Discount'
,
57
,
'add_orderdiscount'
),(
170
,
'Can change Order Discount'
,
57
,
'change_orderdiscount'
),(
171
,
'Can delete Order Discount'
,
57
,
'delete_orderdiscount'
),(
172
,
'Can add range product'
,
58
,
'add_rangeproduct'
),(
173
,
'Can change range product'
,
58
,
'change_rangeproduct'
),(
174
,
'Can delete range product'
,
58
,
'delete_rangeproduct'
),(
175
,
'Can add Benefit'
,
59
,
'add_benefit'
),(
176
,
'Can change Benefit'
,
59
,
'change_benefit'
),(
177
,
'Can delete Benefit'
,
59
,
'delete_benefit'
),(
178
,
'Can add Multibuy discount benefit'
,
59
,
'add_multibuydiscountbenefit'
),(
179
,
'Can change Multibuy discount benefit'
,
59
,
'change_multibuydiscountbenefit'
),(
180
,
'Can delete Multibuy discount benefit'
,
59
,
'delete_multibuydiscountbenefit'
),(
181
,
'Can add Range'
,
60
,
'add_range'
),(
182
,
'Can change Range'
,
60
,
'change_range'
),(
183
,
'Can delete Range'
,
60
,
'delete_range'
),(
184
,
'Can add Condition'
,
61
,
'add_condition'
),(
185
,
'Can change Condition'
,
61
,
'change_condition'
),(
186
,
'Can delete Condition'
,
61
,
'delete_condition'
),(
187
,
'Can add shipping benefit'
,
59
,
'add_shippingbenefit'
),(
188
,
'Can change shipping benefit'
,
59
,
'change_shippingbenefit'
),(
189
,
'Can delete shipping benefit'
,
59
,
'delete_shippingbenefit'
),(
190
,
'Can add Shipping percentage discount benefit'
,
59
,
'add_shippingpercentagediscountbenefit'
),(
191
,
'Can change Shipping percentage discount benefit'
,
59
,
'change_shippingpercentagediscountbenefit'
),(
192
,
'Can delete Shipping percentage discount benefit'
,
59
,
'delete_shippingpercentagediscountbenefit'
),(
193
,
'Can add Conditional offer'
,
62
,
'add_conditionaloffer'
),(
194
,
'Can change Conditional offer'
,
62
,
'change_conditionaloffer'
),(
195
,
'Can delete Conditional offer'
,
62
,
'delete_conditionaloffer'
),(
196
,
'Can add Shipping absolute discount benefit'
,
59
,
'add_shippingabsolutediscountbenefit'
),(
197
,
'Can change Shipping absolute discount benefit'
,
59
,
'change_shippingabsolutediscountbenefit'
),(
198
,
'Can delete Shipping absolute discount benefit'
,
59
,
'delete_shippingabsolutediscountbenefit'
),(
199
,
'Can add Percentage discount benefit'
,
59
,
'add_percentagediscountbenefit'
),(
200
,
'Can change Percentage discount benefit'
,
59
,
'change_percentagediscountbenefit'
),(
201
,
'Can delete Percentage discount benefit'
,
59
,
'delete_percentagediscountbenefit'
),(
202
,
'Can add Absolute discount benefit'
,
59
,
'add_absolutediscountbenefit'
),(
203
,
'Can change Absolute discount benefit'
,
59
,
'change_absolutediscountbenefit'
),(
204
,
'Can delete Absolute discount benefit'
,
59
,
'delete_absolutediscountbenefit'
),(
205
,
'Can add Coverage Condition'
,
61
,
'add_coveragecondition'
),(
206
,
'Can change Coverage Condition'
,
61
,
'change_coveragecondition'
),(
207
,
'Can delete Coverage Condition'
,
61
,
'delete_coveragecondition'
),(
208
,
'Can add Range Product Uploaded File'
,
63
,
'add_rangeproductfileupload'
),(
209
,
'Can change Range Product Uploaded File'
,
63
,
'change_rangeproductfileupload'
),(
210
,
'Can delete Range Product Uploaded File'
,
63
,
'delete_rangeproductfileupload'
),(
211
,
'Can add Fixed price benefit'
,
59
,
'add_fixedpricebenefit'
),(
212
,
'Can change Fixed price benefit'
,
59
,
'change_fixedpricebenefit'
),(
213
,
'Can delete Fixed price benefit'
,
59
,
'delete_fixedpricebenefit'
),(
214
,
'Can add Fixed price shipping benefit'
,
59
,
'add_shippingfixedpricebenefit'
),(
215
,
'Can change Fixed price shipping benefit'
,
59
,
'change_shippingfixedpricebenefit'
),(
216
,
'Can delete Fixed price shipping benefit'
,
59
,
'delete_shippingfixedpricebenefit'
),(
217
,
'Can add Value condition'
,
61
,
'add_valuecondition'
),(
218
,
'Can change Value condition'
,
61
,
'change_valuecondition'
),(
219
,
'Can delete Value condition'
,
61
,
'delete_valuecondition'
),(
220
,
'Can add Count condition'
,
61
,
'add_countcondition'
),(
221
,
'Can change Count condition'
,
61
,
'change_countcondition'
),(
222
,
'Can delete Count condition'
,
61
,
'delete_countcondition'
),(
223
,
'Can add Voucher Application'
,
64
,
'add_voucherapplication'
),(
224
,
'Can change Voucher Application'
,
64
,
'change_voucherapplication'
),(
225
,
'Can delete Voucher Application'
,
64
,
'delete_voucherapplication'
),(
226
,
'Can add Voucher'
,
65
,
'add_voucher'
),(
227
,
'Can change Voucher'
,
65
,
'change_voucher'
),(
228
,
'Can delete Voucher'
,
65
,
'delete_voucher'
),(
229
,
'Can add course'
,
66
,
'add_course'
),(
230
,
'Can change course'
,
66
,
'change_course'
),(
231
,
'Can delete course'
,
66
,
'delete_course'
),(
232
,
'Can add sample'
,
67
,
'add_sample'
),(
233
,
'Can change sample'
,
67
,
'change_sample'
),(
234
,
'Can delete sample'
,
67
,
'delete_sample'
),(
235
,
'Can add switch'
,
68
,
'add_switch'
),(
236
,
'Can change switch'
,
68
,
'change_switch'
),(
237
,
'Can delete switch'
,
68
,
'delete_switch'
),(
238
,
'Can add flag'
,
69
,
'add_flag'
),(
239
,
'Can change flag'
,
69
,
'change_flag'
),(
240
,
'Can delete flag'
,
69
,
'delete_flag'
),(
241
,
'Can add flat page'
,
70
,
'add_flatpage'
),(
242
,
'Can change flat page'
,
70
,
'change_flatpage'
),(
243
,
'Can delete flat page'
,
70
,
'delete_flatpage'
),(
244
,
'Can add session'
,
71
,
'add_session'
),(
245
,
'Can change session'
,
71
,
'change_session'
),(
246
,
'Can delete session'
,
71
,
'delete_session'
),(
247
,
'Can add business client'
,
72
,
'add_businessclient'
),(
248
,
'Can change business client'
,
72
,
'change_businessclient'
),(
249
,
'Can delete business client'
,
72
,
'delete_businessclient'
),(
250
,
'Can add historical course'
,
73
,
'add_historicalcourse'
),(
251
,
'Can change historical course'
,
73
,
'change_historicalcourse'
),(
252
,
'Can delete historical course'
,
73
,
'delete_historicalcourse'
),(
253
,
'Can add historical invoice'
,
74
,
'add_historicalinvoice'
),(
254
,
'Can change historical invoice'
,
74
,
'change_historicalinvoice'
),(
255
,
'Can delete historical invoice'
,
74
,
'delete_historicalinvoice'
),(
256
,
'Can add invoice'
,
75
,
'add_invoice'
),(
257
,
'Can change invoice'
,
75
,
'change_invoice'
),(
258
,
'Can delete invoice'
,
75
,
'delete_invoice'
),(
259
,
'Can add referral'
,
76
,
'add_referral'
),(
260
,
'Can change referral'
,
76
,
'change_referral'
),(
261
,
'Can delete referral'
,
76
,
'delete_referral'
),(
262
,
'Can add site theme'
,
77
,
'add_sitetheme'
),(
263
,
'Can change site theme'
,
77
,
'change_sitetheme'
),(
264
,
'Can delete site theme'
,
77
,
'delete_sitetheme'
),(
265
,
'Can add historical refund'
,
78
,
'add_historicalrefund'
),(
266
,
'Can change historical refund'
,
78
,
'change_historicalrefund'
),(
267
,
'Can delete historical refund'
,
78
,
'delete_historicalrefund'
),(
268
,
'Can add refund'
,
79
,
'add_refund'
),(
269
,
'Can change refund'
,
79
,
'change_refund'
),(
270
,
'Can delete refund'
,
79
,
'delete_refund'
),(
271
,
'Can add historical refund line'
,
80
,
'add_historicalrefundline'
),(
272
,
'Can change historical refund line'
,
80
,
'change_historicalrefundline'
),(
273
,
'Can delete historical refund line'
,
80
,
'delete_historicalrefundline'
),(
274
,
'Can add refund line'
,
81
,
'add_refundline'
),(
275
,
'Can change refund line'
,
81
,
'change_refundline'
),(
276
,
'Can delete refund line'
,
81
,
'delete_refundline'
),(
277
,
'Can add Order and Item Charge'
,
82
,
'add_orderanditemcharges'
),(
278
,
'Can change Order and Item Charge'
,
82
,
'change_orderanditemcharges'
),(
279
,
'Can delete Order and Item Charge'
,
82
,
'delete_orderanditemcharges'
),(
280
,
'Can add Weight-based Shipping Method'
,
83
,
'add_weightbased'
),(
281
,
'Can change Weight-based Shipping Method'
,
83
,
'change_weightbased'
),(
282
,
'Can delete Weight-based Shipping Method'
,
83
,
'delete_weightbased'
),(
283
,
'Can add Weight Band'
,
84
,
'add_weightband'
),(
284
,
'Can change Weight Band'
,
84
,
'change_weightband'
),(
285
,
'Can delete Weight Band'
,
84
,
'delete_weightband'
),(
286
,
'Can add Product review'
,
85
,
'add_productreview'
),(
287
,
'Can change Product review'
,
85
,
'change_productreview'
),(
288
,
'Can delete Product review'
,
85
,
'delete_productreview'
),(
289
,
'Can add Vote'
,
86
,
'add_vote'
),(
290
,
'Can change Vote'
,
86
,
'change_vote'
),(
291
,
'Can delete Vote'
,
86
,
'delete_vote'
),(
292
,
'Can add Payment Processor Response'
,
87
,
'add_paymentprocessorresponse'
),(
293
,
'Can change Payment Processor Response'
,
87
,
'change_paymentprocessorresponse'
),(
294
,
'Can delete Payment Processor Response'
,
87
,
'delete_paymentprocessorresponse'
),(
295
,
'Can add Source'
,
88
,
'add_source'
),(
296
,
'Can change Source'
,
88
,
'change_source'
),(
297
,
'Can delete Source'
,
88
,
'delete_source'
),(
298
,
'Can add paypal web profile'
,
89
,
'add_paypalwebprofile'
),(
299
,
'Can change paypal web profile'
,
89
,
'change_paypalwebprofile'
),(
300
,
'Can delete paypal web profile'
,
89
,
'delete_paypalwebprofile'
),(
301
,
'Can add Paypal Processor Configuration'
,
90
,
'add_paypalprocessorconfiguration'
),(
302
,
'Can change Paypal Processor Configuration'
,
90
,
'change_paypalprocessorconfiguration'
),(
303
,
'Can delete Paypal Processor Configuration'
,
90
,
'delete_paypalprocessorconfiguration'
),(
304
,
'Can add SDN Check Failure'
,
91
,
'add_sdncheckfailure'
),(
305
,
'Can change SDN Check Failure'
,
91
,
'change_sdncheckfailure'
),(
306
,
'Can delete SDN Check Failure'
,
91
,
'delete_sdncheckfailure'
),(
307
,
'Can add Transaction'
,
92
,
'add_transaction'
),(
308
,
'Can change Transaction'
,
92
,
'change_transaction'
),(
309
,
'Can delete Transaction'
,
92
,
'delete_transaction'
),(
310
,
'Can add Source Type'
,
93
,
'add_sourcetype'
),(
311
,
'Can change Source Type'
,
93
,
'change_sourcetype'
),(
312
,
'Can delete Source Type'
,
93
,
'delete_sourcetype'
),(
313
,
'Can add Bankcard'
,
94
,
'add_bankcard'
),(
314
,
'Can change Bankcard'
,
94
,
'change_bankcard'
),(
315
,
'Can delete Bankcard'
,
94
,
'delete_bankcard'
),(
316
,
'Can add historical Order'
,
106
,
'add_historicalorder'
),(
317
,
'Can change historical Order'
,
106
,
'change_historicalorder'
),(
318
,
'Can delete historical Order'
,
106
,
'delete_historicalorder'
),(
319
,
'Can add historical Order Line'
,
107
,
'add_historicalline'
),(
320
,
'Can change historical Order Line'
,
107
,
'change_historicalline'
),(
321
,
'Can delete historical Order Line'
,
107
,
'delete_historicalline'
),(
322
,
'Can add Page Promotion'
,
108
,
'add_pagepromotion'
),(
323
,
'Can change Page Promotion'
,
108
,
'change_pagepromotion'
),(
324
,
'Can delete Page Promotion'
,
108
,
'delete_pagepromotion'
),(
325
,
'Can add Keyword Promotion'
,
109
,
'add_keywordpromotion'
),(
326
,
'Can change Keyword Promotion'
,
109
,
'change_keywordpromotion'
),(
327
,
'Can delete Keyword Promotion'
,
109
,
'delete_keywordpromotion'
),(
328
,
'Can add Raw HTML'
,
110
,
'add_rawhtml'
),(
329
,
'Can change Raw HTML'
,
110
,
'change_rawhtml'
),(
330
,
'Can delete Raw HTML'
,
110
,
'delete_rawhtml'
),(
331
,
'Can add Image'
,
111
,
'add_image'
),(
332
,
'Can change Image'
,
111
,
'change_image'
),(
333
,
'Can delete Image'
,
111
,
'delete_image'
),(
334
,
'Can add Multi Image'
,
112
,
'add_multiimage'
),(
335
,
'Can change Multi Image'
,
112
,
'change_multiimage'
),(
336
,
'Can delete Multi Image'
,
112
,
'delete_multiimage'
),(
337
,
'Can add Single product'
,
113
,
'add_singleproduct'
),(
338
,
'Can change Single product'
,
113
,
'change_singleproduct'
),(
339
,
'Can delete Single product'
,
113
,
'delete_singleproduct'
),(
340
,
'Can add Hand Picked Product List'
,
114
,
'add_handpickedproductlist'
),(
341
,
'Can change Hand Picked Product List'
,
114
,
'change_handpickedproductlist'
),(
342
,
'Can delete Hand Picked Product List'
,
114
,
'delete_handpickedproductlist'
),(
343
,
'Can add Ordered product'
,
115
,
'add_orderedproduct'
),(
344
,
'Can change Ordered product'
,
115
,
'change_orderedproduct'
),(
345
,
'Can delete Ordered product'
,
115
,
'delete_orderedproduct'
),(
346
,
'Can add Automatic product list'
,
116
,
'add_automaticproductlist'
),(
347
,
'Can change Automatic product list'
,
116
,
'change_automaticproductlist'
),(
348
,
'Can delete Automatic product list'
,
116
,
'delete_automaticproductlist'
),(
349
,
'Can add Ordered Product List'
,
117
,
'add_orderedproductlist'
),(
350
,
'Can change Ordered Product List'
,
117
,
'change_orderedproductlist'
),(
351
,
'Can delete Ordered Product List'
,
117
,
'delete_orderedproductlist'
),(
352
,
'Can add Tabbed Block'
,
118
,
'add_tabbedblock'
),(
353
,
'Can change Tabbed Block'
,
118
,
'change_tabbedblock'
),(
354
,
'Can delete Tabbed Block'
,
118
,
'delete_tabbedblock'
),(
355
,
'Can add coupon vouchers'
,
119
,
'add_couponvouchers'
),(
356
,
'Can change coupon vouchers'
,
119
,
'change_couponvouchers'
),(
357
,
'Can delete coupon vouchers'
,
119
,
'delete_couponvouchers'
),(
358
,
'Can add order line vouchers'
,
120
,
'add_orderlinevouchers'
),(
359
,
'Can change order line vouchers'
,
120
,
'change_orderlinevouchers'
),(
360
,
'Can delete order line vouchers'
,
120
,
'delete_orderlinevouchers'
),(
361
,
'Can add Wish List'
,
121
,
'add_wishlist'
),(
362
,
'Can change Wish List'
,
121
,
'change_wishlist'
),(
363
,
'Can delete Wish List'
,
121
,
'delete_wishlist'
),(
364
,
'Can add Wish list line'
,
122
,
'add_line'
),(
365
,
'Can change Wish list line'
,
122
,
'change_line'
),(
366
,
'Can delete Wish list line'
,
122
,
'delete_line'
),(
367
,
'Can add kv store'
,
123
,
'add_kvstore'
),(
368
,
'Can change kv store'
,
123
,
'change_kvstore'
),(
369
,
'Can delete kv store'
,
123
,
'delete_kvstore'
),(
370
,
'Can add user social auth'
,
124
,
'add_usersocialauth'
),(
371
,
'Can change user social auth'
,
124
,
'change_usersocialauth'
),(
372
,
'Can delete user social auth'
,
124
,
'delete_usersocialauth'
),(
373
,
'Can add nonce'
,
125
,
'add_nonce'
),(
374
,
'Can change nonce'
,
125
,
'change_nonce'
),(
375
,
'Can delete nonce'
,
125
,
'delete_nonce'
),(
376
,
'Can add association'
,
126
,
'add_association'
),(
377
,
'Can change association'
,
126
,
'change_association'
),(
378
,
'Can delete association'
,
126
,
'delete_association'
),(
379
,
'Can add code'
,
127
,
'add_code'
),(
380
,
'Can change code'
,
127
,
'change_code'
),(
381
,
'Can delete code'
,
127
,
'delete_code'
);
INSERT
INTO
`auth_permission`
VALUES
(
1
,
'Can add content type'
,
1
,
'add_contenttype'
),(
2
,
'Can change content type'
,
1
,
'change_contenttype'
),(
3
,
'Can delete content type'
,
1
,
'delete_contenttype'
),(
4
,
'Can add permission'
,
2
,
'add_permission'
),(
5
,
'Can change permission'
,
2
,
'change_permission'
),(
6
,
'Can delete permission'
,
2
,
'delete_permission'
),(
7
,
'Can add group'
,
3
,
'add_group'
),(
8
,
'Can change group'
,
3
,
'change_group'
),(
9
,
'Can delete group'
,
3
,
'delete_group'
),(
10
,
'Can add site configuration'
,
4
,
'add_siteconfiguration'
),(
11
,
'Can change site configuration'
,
4
,
'change_siteconfiguration'
),(
12
,
'Can delete site configuration'
,
4
,
'delete_siteconfiguration'
),(
13
,
'Can add user'
,
5
,
'add_user'
),(
14
,
'Can change user'
,
5
,
'change_user'
),(
15
,
'Can delete user'
,
5
,
'delete_user'
),(
16
,
'Can add user'
,
6
,
'add_client'
),(
17
,
'Can change user'
,
6
,
'change_client'
),(
18
,
'Can delete user'
,
6
,
'delete_client'
),(
19
,
'Can add Country'
,
7
,
'add_country'
),(
20
,
'Can change Country'
,
7
,
'change_country'
),(
21
,
'Can delete Country'
,
7
,
'delete_country'
),(
22
,
'Can add User address'
,
8
,
'add_useraddress'
),(
23
,
'Can change User address'
,
8
,
'change_useraddress'
),(
24
,
'Can delete User address'
,
8
,
'delete_useraddress'
),(
25
,
'Can add log entry'
,
9
,
'add_logentry'
),(
26
,
'Can change log entry'
,
9
,
'change_logentry'
),(
27
,
'Can delete log entry'
,
9
,
'delete_logentry'
),(
28
,
'Can add Attribute option'
,
10
,
'add_attributeoption'
),(
29
,
'Can change Attribute option'
,
10
,
'change_attributeoption'
),(
30
,
'Can delete Attribute option'
,
10
,
'delete_attributeoption'
),(
31
,
'Can add Product'
,
11
,
'add_product'
),(
32
,
'Can change Product'
,
11
,
'change_product'
),(
33
,
'Can delete Product'
,
11
,
'delete_product'
),(
34
,
'Can add Option'
,
12
,
'add_option'
),(
35
,
'Can change Option'
,
12
,
'change_option'
),(
36
,
'Can delete Option'
,
12
,
'delete_option'
),(
37
,
'Can add Product class'
,
13
,
'add_productclass'
),(
38
,
'Can change Product class'
,
13
,
'change_productclass'
),(
39
,
'Can delete Product class'
,
13
,
'delete_productclass'
),(
40
,
'Can add Category'
,
14
,
'add_category'
),(
41
,
'Can change Category'
,
14
,
'change_category'
),(
42
,
'Can delete Category'
,
14
,
'delete_category'
),(
43
,
'Can add catalog'
,
15
,
'add_catalog'
),(
44
,
'Can change catalog'
,
15
,
'change_catalog'
),(
45
,
'Can delete catalog'
,
15
,
'delete_catalog'
),(
46
,
'Can add Product recommendation'
,
16
,
'add_productrecommendation'
),(
47
,
'Can change Product recommendation'
,
16
,
'change_productrecommendation'
),(
48
,
'Can delete Product recommendation'
,
16
,
'delete_productrecommendation'
),(
49
,
'Can add Product attribute'
,
17
,
'add_productattribute'
),(
50
,
'Can change Product attribute'
,
17
,
'change_productattribute'
),(
51
,
'Can delete Product attribute'
,
17
,
'delete_productattribute'
),(
52
,
'Can add Attribute option group'
,
18
,
'add_attributeoptiongroup'
),(
53
,
'Can change Attribute option group'
,
18
,
'change_attributeoptiongroup'
),(
54
,
'Can delete Attribute option group'
,
18
,
'delete_attributeoptiongroup'
),(
55
,
'Can add Product image'
,
19
,
'add_productimage'
),(
56
,
'Can change Product image'
,
19
,
'change_productimage'
),(
57
,
'Can delete Product image'
,
19
,
'delete_productimage'
),(
58
,
'Can add Product attribute value'
,
20
,
'add_productattributevalue'
),(
59
,
'Can change Product attribute value'
,
20
,
'change_productattributevalue'
),(
60
,
'Can delete Product attribute value'
,
20
,
'delete_productattributevalue'
),(
61
,
'Can add Product category'
,
21
,
'add_productcategory'
),(
62
,
'Can change Product category'
,
21
,
'change_productcategory'
),(
63
,
'Can delete Product category'
,
21
,
'delete_productcategory'
),(
64
,
'Can add historical Product attribute value'
,
22
,
'add_historicalproductattributevalue'
),(
65
,
'Can change historical Product attribute value'
,
22
,
'change_historicalproductattributevalue'
),(
66
,
'Can delete historical Product attribute value'
,
22
,
'delete_historicalproductattributevalue'
),(
67
,
'Can add historical Product'
,
23
,
'add_historicalproduct'
),(
68
,
'Can change historical Product'
,
23
,
'change_historicalproduct'
),(
69
,
'Can delete historical Product'
,
23
,
'delete_historicalproduct'
),(
70
,
'Can add User product view'
,
24
,
'add_userproductview'
),(
71
,
'Can change User product view'
,
24
,
'change_userproductview'
),(
72
,
'Can delete User product view'
,
24
,
'delete_userproductview'
),(
73
,
'Can add User record'
,
25
,
'add_userrecord'
),(
74
,
'Can change User record'
,
25
,
'change_userrecord'
),(
75
,
'Can delete User record'
,
25
,
'delete_userrecord'
),(
76
,
'Can add User search query'
,
26
,
'add_usersearch'
),(
77
,
'Can change User search query'
,
26
,
'change_usersearch'
),(
78
,
'Can delete User search query'
,
26
,
'delete_usersearch'
),(
79
,
'Can add Product record'
,
27
,
'add_productrecord'
),(
80
,
'Can change Product record'
,
27
,
'change_productrecord'
),(
81
,
'Can delete Product record'
,
27
,
'delete_productrecord'
),(
82
,
'Can add site'
,
28
,
'add_site'
),(
83
,
'Can change site'
,
28
,
'change_site'
),(
84
,
'Can delete site'
,
28
,
'delete_site'
),(
85
,
'Can add historical Stock record'
,
29
,
'add_historicalstockrecord'
),(
86
,
'Can change historical Stock record'
,
29
,
'change_historicalstockrecord'
),(
87
,
'Can delete historical Stock record'
,
29
,
'delete_historicalstockrecord'
),(
88
,
'Can add Partner'
,
30
,
'add_partner'
),(
89
,
'Can change Partner'
,
30
,
'change_partner'
),(
90
,
'Can delete Partner'
,
30
,
'delete_partner'
),(
91
,
'Can add Partner address'
,
31
,
'add_partneraddress'
),(
92
,
'Can change Partner address'
,
31
,
'change_partneraddress'
),(
93
,
'Can delete Partner address'
,
31
,
'delete_partneraddress'
),(
94
,
'Can add Stock record'
,
32
,
'add_stockrecord'
),(
95
,
'Can change Stock record'
,
32
,
'change_stockrecord'
),(
96
,
'Can delete Stock record'
,
32
,
'delete_stockrecord'
),(
97
,
'Can add Stock alert'
,
33
,
'add_stockalert'
),(
98
,
'Can change Stock alert'
,
33
,
'change_stockalert'
),(
99
,
'Can delete Stock alert'
,
33
,
'delete_stockalert'
),(
100
,
'Can add Product alert'
,
34
,
'add_productalert'
),(
101
,
'Can change Product alert'
,
34
,
'change_productalert'
),(
102
,
'Can delete Product alert'
,
34
,
'delete_productalert'
),(
103
,
'Can add Email'
,
35
,
'add_email'
),(
104
,
'Can change Email'
,
35
,
'change_email'
),(
105
,
'Can delete Email'
,
35
,
'delete_email'
),(
106
,
'Can add Communication event type'
,
36
,
'add_communicationeventtype'
),(
107
,
'Can change Communication event type'
,
36
,
'change_communicationeventtype'
),(
108
,
'Can delete Communication event type'
,
36
,
'delete_communicationeventtype'
),(
109
,
'Can add Notification'
,
37
,
'add_notification'
),(
110
,
'Can change Notification'
,
37
,
'change_notification'
),(
111
,
'Can delete Notification'
,
37
,
'delete_notification'
),(
112
,
'Can add basket attribute'
,
38
,
'add_basketattribute'
),(
113
,
'Can change basket attribute'
,
38
,
'change_basketattribute'
),(
114
,
'Can delete basket attribute'
,
38
,
'delete_basketattribute'
),(
115
,
'Can add basket attribute type'
,
39
,
'add_basketattributetype'
),(
116
,
'Can change basket attribute type'
,
39
,
'change_basketattributetype'
),(
117
,
'Can delete basket attribute type'
,
39
,
'delete_basketattributetype'
),(
118
,
'Can add Basket'
,
40
,
'add_basket'
),(
119
,
'Can change Basket'
,
40
,
'change_basket'
),(
120
,
'Can delete Basket'
,
40
,
'delete_basket'
),(
121
,
'Can add Basket line'
,
41
,
'add_line'
),(
122
,
'Can change Basket line'
,
41
,
'change_line'
),(
123
,
'Can delete Basket line'
,
41
,
'delete_line'
),(
124
,
'Can add Line attribute'
,
42
,
'add_lineattribute'
),(
125
,
'Can change Line attribute'
,
42
,
'change_lineattribute'
),(
126
,
'Can delete Line attribute'
,
42
,
'delete_lineattribute'
),(
127
,
'Can add Line Price'
,
43
,
'add_lineprice'
),(
128
,
'Can change Line Price'
,
43
,
'change_lineprice'
),(
129
,
'Can delete Line Price'
,
43
,
'delete_lineprice'
),(
130
,
'Can add Shipping address'
,
44
,
'add_shippingaddress'
),(
131
,
'Can change Shipping address'
,
44
,
'change_shippingaddress'
),(
132
,
'Can delete Shipping address'
,
44
,
'delete_shippingaddress'
),(
133
,
'Can add Billing address'
,
45
,
'add_billingaddress'
),(
134
,
'Can change Billing address'
,
45
,
'change_billingaddress'
),(
135
,
'Can delete Billing address'
,
45
,
'delete_billingaddress'
),(
136
,
'Can add Shipping Event'
,
46
,
'add_shippingevent'
),(
137
,
'Can change Shipping Event'
,
46
,
'change_shippingevent'
),(
138
,
'Can delete Shipping Event'
,
46
,
'delete_shippingevent'
),(
139
,
'Can add Order Line'
,
47
,
'add_line'
),(
140
,
'Can change Order Line'
,
47
,
'change_line'
),(
141
,
'Can delete Order Line'
,
47
,
'delete_line'
),(
142
,
'Can add Payment Event'
,
48
,
'add_paymentevent'
),(
143
,
'Can change Payment Event'
,
48
,
'change_paymentevent'
),(
144
,
'Can delete Payment Event'
,
48
,
'delete_paymentevent'
),(
145
,
'Can add Communication Event'
,
49
,
'add_communicationevent'
),(
146
,
'Can change Communication Event'
,
49
,
'change_communicationevent'
),(
147
,
'Can delete Communication Event'
,
49
,
'delete_communicationevent'
),(
148
,
'Can add Order Note'
,
50
,
'add_ordernote'
),(
149
,
'Can change Order Note'
,
50
,
'change_ordernote'
),(
150
,
'Can delete Order Note'
,
50
,
'delete_ordernote'
),(
151
,
'Can add Order'
,
51
,
'add_order'
),(
152
,
'Can change Order'
,
51
,
'change_order'
),(
153
,
'Can delete Order'
,
51
,
'delete_order'
),(
154
,
'Can add Payment Event Quantity'
,
52
,
'add_paymenteventquantity'
),(
155
,
'Can change Payment Event Quantity'
,
52
,
'change_paymenteventquantity'
),(
156
,
'Can delete Payment Event Quantity'
,
52
,
'delete_paymenteventquantity'
),(
157
,
'Can add Shipping Event Type'
,
53
,
'add_shippingeventtype'
),(
158
,
'Can change Shipping Event Type'
,
53
,
'change_shippingeventtype'
),(
159
,
'Can delete Shipping Event Type'
,
53
,
'delete_shippingeventtype'
),(
160
,
'Can add Shipping Event Quantity'
,
54
,
'add_shippingeventquantity'
),(
161
,
'Can change Shipping Event Quantity'
,
54
,
'change_shippingeventquantity'
),(
162
,
'Can delete Shipping Event Quantity'
,
54
,
'delete_shippingeventquantity'
),(
163
,
'Can add Payment Event Type'
,
55
,
'add_paymenteventtype'
),(
164
,
'Can change Payment Event Type'
,
55
,
'change_paymenteventtype'
),(
165
,
'Can delete Payment Event Type'
,
55
,
'delete_paymenteventtype'
),(
166
,
'Can add Line Attribute'
,
56
,
'add_lineattribute'
),(
167
,
'Can change Line Attribute'
,
56
,
'change_lineattribute'
),(
168
,
'Can delete Line Attribute'
,
56
,
'delete_lineattribute'
),(
169
,
'Can add Order Discount'
,
57
,
'add_orderdiscount'
),(
170
,
'Can change Order Discount'
,
57
,
'change_orderdiscount'
),(
171
,
'Can delete Order Discount'
,
57
,
'delete_orderdiscount'
),(
172
,
'Can add range product'
,
58
,
'add_rangeproduct'
),(
173
,
'Can change range product'
,
58
,
'change_rangeproduct'
),(
174
,
'Can delete range product'
,
58
,
'delete_rangeproduct'
),(
175
,
'Can add Benefit'
,
59
,
'add_benefit'
),(
176
,
'Can change Benefit'
,
59
,
'change_benefit'
),(
177
,
'Can delete Benefit'
,
59
,
'delete_benefit'
),(
178
,
'Can add Multibuy discount benefit'
,
59
,
'add_multibuydiscountbenefit'
),(
179
,
'Can change Multibuy discount benefit'
,
59
,
'change_multibuydiscountbenefit'
),(
180
,
'Can delete Multibuy discount benefit'
,
59
,
'delete_multibuydiscountbenefit'
),(
181
,
'Can add Range'
,
60
,
'add_range'
),(
182
,
'Can change Range'
,
60
,
'change_range'
),(
183
,
'Can delete Range'
,
60
,
'delete_range'
),(
184
,
'Can add Condition'
,
61
,
'add_condition'
),(
185
,
'Can change Condition'
,
61
,
'change_condition'
),(
186
,
'Can delete Condition'
,
61
,
'delete_condition'
),(
187
,
'Can add shipping benefit'
,
59
,
'add_shippingbenefit'
),(
188
,
'Can change shipping benefit'
,
59
,
'change_shippingbenefit'
),(
189
,
'Can delete shipping benefit'
,
59
,
'delete_shippingbenefit'
),(
190
,
'Can add Shipping percentage discount benefit'
,
59
,
'add_shippingpercentagediscountbenefit'
),(
191
,
'Can change Shipping percentage discount benefit'
,
59
,
'change_shippingpercentagediscountbenefit'
),(
192
,
'Can delete Shipping percentage discount benefit'
,
59
,
'delete_shippingpercentagediscountbenefit'
),(
193
,
'Can add Conditional offer'
,
62
,
'add_conditionaloffer'
),(
194
,
'Can change Conditional offer'
,
62
,
'change_conditionaloffer'
),(
195
,
'Can delete Conditional offer'
,
62
,
'delete_conditionaloffer'
),(
196
,
'Can add Shipping absolute discount benefit'
,
59
,
'add_shippingabsolutediscountbenefit'
),(
197
,
'Can change Shipping absolute discount benefit'
,
59
,
'change_shippingabsolutediscountbenefit'
),(
198
,
'Can delete Shipping absolute discount benefit'
,
59
,
'delete_shippingabsolutediscountbenefit'
),(
199
,
'Can add Percentage discount benefit'
,
59
,
'add_percentagediscountbenefit'
),(
200
,
'Can change Percentage discount benefit'
,
59
,
'change_percentagediscountbenefit'
),(
201
,
'Can delete Percentage discount benefit'
,
59
,
'delete_percentagediscountbenefit'
),(
202
,
'Can add Absolute discount benefit'
,
59
,
'add_absolutediscountbenefit'
),(
203
,
'Can change Absolute discount benefit'
,
59
,
'change_absolutediscountbenefit'
),(
204
,
'Can delete Absolute discount benefit'
,
59
,
'delete_absolutediscountbenefit'
),(
205
,
'Can add Coverage Condition'
,
61
,
'add_coveragecondition'
),(
206
,
'Can change Coverage Condition'
,
61
,
'change_coveragecondition'
),(
207
,
'Can delete Coverage Condition'
,
61
,
'delete_coveragecondition'
),(
208
,
'Can add Range Product Uploaded File'
,
63
,
'add_rangeproductfileupload'
),(
209
,
'Can change Range Product Uploaded File'
,
63
,
'change_rangeproductfileupload'
),(
210
,
'Can delete Range Product Uploaded File'
,
63
,
'delete_rangeproductfileupload'
),(
211
,
'Can add Fixed price benefit'
,
59
,
'add_fixedpricebenefit'
),(
212
,
'Can change Fixed price benefit'
,
59
,
'change_fixedpricebenefit'
),(
213
,
'Can delete Fixed price benefit'
,
59
,
'delete_fixedpricebenefit'
),(
214
,
'Can add Fixed price shipping benefit'
,
59
,
'add_shippingfixedpricebenefit'
),(
215
,
'Can change Fixed price shipping benefit'
,
59
,
'change_shippingfixedpricebenefit'
),(
216
,
'Can delete Fixed price shipping benefit'
,
59
,
'delete_shippingfixedpricebenefit'
),(
217
,
'Can add Value condition'
,
61
,
'add_valuecondition'
),(
218
,
'Can change Value condition'
,
61
,
'change_valuecondition'
),(
219
,
'Can delete Value condition'
,
61
,
'delete_valuecondition'
),(
220
,
'Can add Count condition'
,
61
,
'add_countcondition'
),(
221
,
'Can change Count condition'
,
61
,
'change_countcondition'
),(
222
,
'Can delete Count condition'
,
61
,
'delete_countcondition'
),(
223
,
'Can add Voucher Application'
,
64
,
'add_voucherapplication'
),(
224
,
'Can change Voucher Application'
,
64
,
'change_voucherapplication'
),(
225
,
'Can delete Voucher Application'
,
64
,
'delete_voucherapplication'
),(
226
,
'Can add Voucher'
,
65
,
'add_voucher'
),(
227
,
'Can change Voucher'
,
65
,
'change_voucher'
),(
228
,
'Can delete Voucher'
,
65
,
'delete_voucher'
),(
229
,
'Can add course'
,
66
,
'add_course'
),(
230
,
'Can change course'
,
66
,
'change_course'
),(
231
,
'Can delete course'
,
66
,
'delete_course'
),(
232
,
'Can add sample'
,
67
,
'add_sample'
),(
233
,
'Can change sample'
,
67
,
'change_sample'
),(
234
,
'Can delete sample'
,
67
,
'delete_sample'
),(
235
,
'Can add switch'
,
68
,
'add_switch'
),(
236
,
'Can change switch'
,
68
,
'change_switch'
),(
237
,
'Can delete switch'
,
68
,
'delete_switch'
),(
238
,
'Can add flag'
,
69
,
'add_flag'
),(
239
,
'Can change flag'
,
69
,
'change_flag'
),(
240
,
'Can delete flag'
,
69
,
'delete_flag'
),(
241
,
'Can add flat page'
,
70
,
'add_flatpage'
),(
242
,
'Can change flat page'
,
70
,
'change_flatpage'
),(
243
,
'Can delete flat page'
,
70
,
'delete_flatpage'
),(
244
,
'Can add session'
,
71
,
'add_session'
),(
245
,
'Can change session'
,
71
,
'change_session'
),(
246
,
'Can delete session'
,
71
,
'delete_session'
),(
247
,
'Can add business client'
,
72
,
'add_businessclient'
),(
248
,
'Can change business client'
,
72
,
'change_businessclient'
),(
249
,
'Can delete business client'
,
72
,
'delete_businessclient'
),(
250
,
'Can add historical course'
,
73
,
'add_historicalcourse'
),(
251
,
'Can change historical course'
,
73
,
'change_historicalcourse'
),(
252
,
'Can delete historical course'
,
73
,
'delete_historicalcourse'
),(
253
,
'Can add historical invoice'
,
74
,
'add_historicalinvoice'
),(
254
,
'Can change historical invoice'
,
74
,
'change_historicalinvoice'
),(
255
,
'Can delete historical invoice'
,
74
,
'delete_historicalinvoice'
),(
256
,
'Can add invoice'
,
75
,
'add_invoice'
),(
257
,
'Can change invoice'
,
75
,
'change_invoice'
),(
258
,
'Can delete invoice'
,
75
,
'delete_invoice'
),(
259
,
'Can add referral'
,
76
,
'add_referral'
),(
260
,
'Can change referral'
,
76
,
'change_referral'
),(
261
,
'Can delete referral'
,
76
,
'delete_referral'
),(
262
,
'Can add site theme'
,
77
,
'add_sitetheme'
),(
263
,
'Can change site theme'
,
77
,
'change_sitetheme'
),(
264
,
'Can delete site theme'
,
77
,
'delete_sitetheme'
),(
265
,
'Can add historical refund'
,
78
,
'add_historicalrefund'
),(
266
,
'Can change historical refund'
,
78
,
'change_historicalrefund'
),(
267
,
'Can delete historical refund'
,
78
,
'delete_historicalrefund'
),(
268
,
'Can add refund'
,
79
,
'add_refund'
),(
269
,
'Can change refund'
,
79
,
'change_refund'
),(
270
,
'Can delete refund'
,
79
,
'delete_refund'
),(
271
,
'Can add historical refund line'
,
80
,
'add_historicalrefundline'
),(
272
,
'Can change historical refund line'
,
80
,
'change_historicalrefundline'
),(
273
,
'Can delete historical refund line'
,
80
,
'delete_historicalrefundline'
),(
274
,
'Can add refund line'
,
81
,
'add_refundline'
),(
275
,
'Can change refund line'
,
81
,
'change_refundline'
),(
276
,
'Can delete refund line'
,
81
,
'delete_refundline'
),(
277
,
'Can add Order and Item Charge'
,
82
,
'add_orderanditemcharges'
),(
278
,
'Can change Order and Item Charge'
,
82
,
'change_orderanditemcharges'
),(
279
,
'Can delete Order and Item Charge'
,
82
,
'delete_orderanditemcharges'
),(
280
,
'Can add Weight-based Shipping Method'
,
83
,
'add_weightbased'
),(
281
,
'Can change Weight-based Shipping Method'
,
83
,
'change_weightbased'
),(
282
,
'Can delete Weight-based Shipping Method'
,
83
,
'delete_weightbased'
),(
283
,
'Can add Weight Band'
,
84
,
'add_weightband'
),(
284
,
'Can change Weight Band'
,
84
,
'change_weightband'
),(
285
,
'Can delete Weight Band'
,
84
,
'delete_weightband'
),(
286
,
'Can add Product review'
,
85
,
'add_productreview'
),(
287
,
'Can change Product review'
,
85
,
'change_productreview'
),(
288
,
'Can delete Product review'
,
85
,
'delete_productreview'
),(
289
,
'Can add Vote'
,
86
,
'add_vote'
),(
290
,
'Can change Vote'
,
86
,
'change_vote'
),(
291
,
'Can delete Vote'
,
86
,
'delete_vote'
),(
292
,
'Can add Payment Processor Response'
,
87
,
'add_paymentprocessorresponse'
),(
293
,
'Can change Payment Processor Response'
,
87
,
'change_paymentprocessorresponse'
),(
294
,
'Can delete Payment Processor Response'
,
87
,
'delete_paymentprocessorresponse'
),(
295
,
'Can add Source'
,
88
,
'add_source'
),(
296
,
'Can change Source'
,
88
,
'change_source'
),(
297
,
'Can delete Source'
,
88
,
'delete_source'
),(
298
,
'Can add paypal web profile'
,
89
,
'add_paypalwebprofile'
),(
299
,
'Can change paypal web profile'
,
89
,
'change_paypalwebprofile'
),(
300
,
'Can delete paypal web profile'
,
89
,
'delete_paypalwebprofile'
),(
301
,
'Can add Paypal Processor Configuration'
,
90
,
'add_paypalprocessorconfiguration'
),(
302
,
'Can change Paypal Processor Configuration'
,
90
,
'change_paypalprocessorconfiguration'
),(
303
,
'Can delete Paypal Processor Configuration'
,
90
,
'delete_paypalprocessorconfiguration'
),(
304
,
'Can add SDN Check Failure'
,
91
,
'add_sdncheckfailure'
),(
305
,
'Can change SDN Check Failure'
,
91
,
'change_sdncheckfailure'
),(
306
,
'Can delete SDN Check Failure'
,
91
,
'delete_sdncheckfailure'
),(
307
,
'Can add Transaction'
,
92
,
'add_transaction'
),(
308
,
'Can change Transaction'
,
92
,
'change_transaction'
),(
309
,
'Can delete Transaction'
,
92
,
'delete_transaction'
),(
310
,
'Can add Source Type'
,
93
,
'add_sourcetype'
),(
311
,
'Can change Source Type'
,
93
,
'change_sourcetype'
),(
312
,
'Can delete Source Type'
,
93
,
'delete_sourcetype'
),(
313
,
'Can add Bankcard'
,
94
,
'add_bankcard'
),(
314
,
'Can change Bankcard'
,
94
,
'change_bankcard'
),(
315
,
'Can delete Bankcard'
,
94
,
'delete_bankcard'
),(
316
,
'Can add historical Order'
,
106
,
'add_historicalorder'
),(
317
,
'Can change historical Order'
,
106
,
'change_historicalorder'
),(
318
,
'Can delete historical Order'
,
106
,
'delete_historicalorder'
),(
319
,
'Can add historical Order Line'
,
107
,
'add_historicalline'
),(
320
,
'Can change historical Order Line'
,
107
,
'change_historicalline'
),(
321
,
'Can delete historical Order Line'
,
107
,
'delete_historicalline'
),(
322
,
'Can add Page Promotion'
,
108
,
'add_pagepromotion'
),(
323
,
'Can change Page Promotion'
,
108
,
'change_pagepromotion'
),(
324
,
'Can delete Page Promotion'
,
108
,
'delete_pagepromotion'
),(
325
,
'Can add Keyword Promotion'
,
109
,
'add_keywordpromotion'
),(
326
,
'Can change Keyword Promotion'
,
109
,
'change_keywordpromotion'
),(
327
,
'Can delete Keyword Promotion'
,
109
,
'delete_keywordpromotion'
),(
328
,
'Can add Raw HTML'
,
110
,
'add_rawhtml'
),(
329
,
'Can change Raw HTML'
,
110
,
'change_rawhtml'
),(
330
,
'Can delete Raw HTML'
,
110
,
'delete_rawhtml'
),(
331
,
'Can add Image'
,
111
,
'add_image'
),(
332
,
'Can change Image'
,
111
,
'change_image'
),(
333
,
'Can delete Image'
,
111
,
'delete_image'
),(
334
,
'Can add Multi Image'
,
112
,
'add_multiimage'
),(
335
,
'Can change Multi Image'
,
112
,
'change_multiimage'
),(
336
,
'Can delete Multi Image'
,
112
,
'delete_multiimage'
),(
337
,
'Can add Single product'
,
113
,
'add_singleproduct'
),(
338
,
'Can change Single product'
,
113
,
'change_singleproduct'
),(
339
,
'Can delete Single product'
,
113
,
'delete_singleproduct'
),(
340
,
'Can add Hand Picked Product List'
,
114
,
'add_handpickedproductlist'
),(
341
,
'Can change Hand Picked Product List'
,
114
,
'change_handpickedproductlist'
),(
342
,
'Can delete Hand Picked Product List'
,
114
,
'delete_handpickedproductlist'
),(
343
,
'Can add Ordered product'
,
115
,
'add_orderedproduct'
),(
344
,
'Can change Ordered product'
,
115
,
'change_orderedproduct'
),(
345
,
'Can delete Ordered product'
,
115
,
'delete_orderedproduct'
),(
346
,
'Can add Automatic product list'
,
116
,
'add_automaticproductlist'
),(
347
,
'Can change Automatic product list'
,
116
,
'change_automaticproductlist'
),(
348
,
'Can delete Automatic product list'
,
116
,
'delete_automaticproductlist'
),(
349
,
'Can add Ordered Product List'
,
117
,
'add_orderedproductlist'
),(
350
,
'Can change Ordered Product List'
,
117
,
'change_orderedproductlist'
),(
351
,
'Can delete Ordered Product List'
,
117
,
'delete_orderedproductlist'
),(
352
,
'Can add Tabbed Block'
,
118
,
'add_tabbedblock'
),(
353
,
'Can change Tabbed Block'
,
118
,
'change_tabbedblock'
),(
354
,
'Can delete Tabbed Block'
,
118
,
'delete_tabbedblock'
),(
355
,
'Can add coupon vouchers'
,
119
,
'add_couponvouchers'
),(
356
,
'Can change coupon vouchers'
,
119
,
'change_couponvouchers'
),(
357
,
'Can delete coupon vouchers'
,
119
,
'delete_couponvouchers'
),(
358
,
'Can add order line vouchers'
,
120
,
'add_orderlinevouchers'
),(
359
,
'Can change order line vouchers'
,
120
,
'change_orderlinevouchers'
),(
360
,
'Can delete order line vouchers'
,
120
,
'delete_orderlinevouchers'
),(
361
,
'Can add Wish List'
,
121
,
'add_wishlist'
),(
362
,
'Can change Wish List'
,
121
,
'change_wishlist'
),(
363
,
'Can delete Wish List'
,
121
,
'delete_wishlist'
),(
364
,
'Can add Wish list line'
,
122
,
'add_line'
),(
365
,
'Can change Wish list line'
,
122
,
'change_line'
),(
366
,
'Can delete Wish list line'
,
122
,
'delete_line'
),(
367
,
'Can add kv store'
,
123
,
'add_kvstore'
),(
368
,
'Can change kv store'
,
123
,
'change_kvstore'
),(
369
,
'Can delete kv store'
,
123
,
'delete_kvstore'
),(
370
,
'Can add user social auth'
,
124
,
'add_usersocialauth'
),(
371
,
'Can change user social auth'
,
124
,
'change_usersocialauth'
),(
372
,
'Can delete user social auth'
,
124
,
'delete_usersocialauth'
),(
373
,
'Can add nonce'
,
125
,
'add_nonce'
),(
374
,
'Can change nonce'
,
125
,
'change_nonce'
),(
375
,
'Can delete nonce'
,
125
,
'delete_nonce'
),(
376
,
'Can add association'
,
126
,
'add_association'
),(
377
,
'Can change association'
,
126
,
'change_association'
),(
378
,
'Can delete association'
,
126
,
'delete_association'
),(
379
,
'Can add code'
,
127
,
'add_code'
),(
380
,
'Can change code'
,
127
,
'change_code'
),(
381
,
'Can delete code'
,
127
,
'delete_code'
)
,(
382
,
'Can add code'
,
128
,
'add_code'
),(
383
,
'Can change code'
,
128
,
'change_code'
),(
384
,
'Can delete code'
,
128
,
'delete_code'
),(
385
,
'Can add nonce'
,
129
,
'add_nonce'
),(
386
,
'Can change nonce'
,
129
,
'change_nonce'
),(
387
,
'Can delete nonce'
,
129
,
'delete_nonce'
),(
388
,
'Can add association'
,
130
,
'add_association'
),(
389
,
'Can change association'
,
130
,
'change_association'
),(
390
,
'Can delete association'
,
130
,
'delete_association'
),(
391
,
'Can add user social auth'
,
131
,
'add_usersocialauth'
),(
392
,
'Can change user social auth'
,
131
,
'change_usersocialauth'
),(
393
,
'Can delete user social auth'
,
131
,
'delete_usersocialauth'
),(
394
,
'Can add partial'
,
132
,
'add_partial'
),(
395
,
'Can change partial'
,
132
,
'change_partial'
),(
396
,
'Can delete partial'
,
132
,
'delete_partial'
)
;
/*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */
;
/*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
...
@@ -305,7 +305,7 @@ CREATE TABLE `basket_basket` (
...
@@ -305,7 +305,7 @@ CREATE TABLE `basket_basket` (
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_merged`
datetime
(
6
)
DEFAULT
NULL
,
`date_merged`
datetime
(
6
)
DEFAULT
NULL
,
`date_submitted`
datetime
(
6
)
DEFAULT
NULL
,
`date_submitted`
datetime
(
6
)
DEFAULT
NULL
,
`owner_id`
int
(
11
),
`owner_id`
int
(
11
)
DEFAULT
NULL
,
`site_id`
int
(
11
)
DEFAULT
NULL
,
`site_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`basket_basket_5e7b1936`
(
`owner_id`
),
KEY
`basket_basket_5e7b1936`
(
`owner_id`
),
...
@@ -627,7 +627,7 @@ CREATE TABLE `catalogue_historicalproduct` (
...
@@ -627,7 +627,7 @@ CREATE TABLE `catalogue_historicalproduct` (
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`parent_id`
int
(
11
)
DEFAULT
NULL
,
`parent_id`
int
(
11
)
DEFAULT
NULL
,
`product_class_id`
int
(
11
)
DEFAULT
NULL
,
`product_class_id`
int
(
11
)
DEFAULT
NULL
,
`expires`
datetime
(
6
),
`expires`
datetime
(
6
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`history_id`
),
PRIMARY
KEY
(
`history_id`
),
KEY
`catalogue_historic_history_user_id_4ea2c15a_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`catalogue_historic_history_user_id_4ea2c15a_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`catalogue_historicalproduct_b80bb774`
(
`id`
),
KEY
`catalogue_historicalproduct_b80bb774`
(
`id`
),
...
@@ -730,10 +730,10 @@ CREATE TABLE `catalogue_product` (
...
@@ -730,10 +730,10 @@ CREATE TABLE `catalogue_product` (
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_updated`
datetime
(
6
)
NOT
NULL
,
`date_updated`
datetime
(
6
)
NOT
NULL
,
`is_discountable`
tinyint
(
1
)
NOT
NULL
,
`is_discountable`
tinyint
(
1
)
NOT
NULL
,
`parent_id`
int
(
11
),
`parent_id`
int
(
11
)
DEFAULT
NULL
,
`product_class_id`
int
(
11
),
`product_class_id`
int
(
11
)
DEFAULT
NULL
,
`course_id`
varchar
(
255
),
`course_id`
varchar
(
255
)
DEFAULT
NULL
,
`expires`
datetime
(
6
),
`expires`
datetime
(
6
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`upc`
(
`upc`
),
UNIQUE
KEY
`upc`
(
`upc`
),
KEY
`catalogue_product_2dbcba41`
(
`slug`
),
KEY
`catalogue_product_2dbcba41`
(
`slug`
),
...
@@ -796,7 +796,7 @@ CREATE TABLE `catalogue_productattribute` (
...
@@ -796,7 +796,7 @@ CREATE TABLE `catalogue_productattribute` (
`type`
varchar
(
20
)
NOT
NULL
,
`type`
varchar
(
20
)
NOT
NULL
,
`required`
tinyint
(
1
)
NOT
NULL
,
`required`
tinyint
(
1
)
NOT
NULL
,
`option_group_id`
int
(
11
)
DEFAULT
NULL
,
`option_group_id`
int
(
11
)
DEFAULT
NULL
,
`product_class_id`
int
(
11
),
`product_class_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`ca_option_group_id_6b422dc2_fk_catalogue_attributeoptiongroup_id`
(
`option_group_id`
),
KEY
`ca_option_group_id_6b422dc2_fk_catalogue_attributeoptiongroup_id`
(
`option_group_id`
),
KEY
`catalogue_productattribute_c1336794`
(
`code`
),
KEY
`catalogue_productattribute_c1336794`
(
`code`
),
...
@@ -1049,28 +1049,31 @@ UNLOCK TABLES;
...
@@ -1049,28 +1049,31 @@ UNLOCK TABLES;
CREATE
TABLE
`core_siteconfiguration`
(
CREATE
TABLE
`core_siteconfiguration`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`lms_url_root`
varchar
(
200
)
NOT
NULL
,
`lms_url_root`
varchar
(
200
)
NOT
NULL
,
`theme_scss_path`
varchar
(
255
)
NO
T
NULL
,
`theme_scss_path`
varchar
(
255
)
DEFAUL
T
NULL
,
`payment_processors`
varchar
(
255
)
NOT
NULL
,
`payment_processors`
varchar
(
255
)
NOT
NULL
,
`partner_id`
int
(
11
)
NOT
NULL
,
`partner_id`
int
(
11
)
NOT
NULL
,
`site_id`
int
(
11
)
NOT
NULL
,
`site_id`
int
(
11
)
NOT
NULL
,
`oauth_settings`
longtext
NOT
NULL
,
`oauth_settings`
longtext
NOT
NULL
,
`segment_key`
varchar
(
255
),
`segment_key`
varchar
(
255
)
DEFAULT
NULL
,
`from_email`
varchar
(
255
),
`from_email`
varchar
(
255
)
DEFAULT
NULL
,
`enable_enrollment_codes`
tinyint
(
1
)
NOT
NULL
,
`enable_enrollment_codes`
tinyint
(
1
)
NOT
NULL
,
`payment_support_email`
varchar
(
255
)
NOT
NULL
,
`payment_support_email`
varchar
(
255
)
NOT
NULL
,
`payment_support_url`
varchar
(
255
)
NOT
NULL
,
`payment_support_url`
varchar
(
255
)
NOT
NULL
,
`affiliate_cookie_name`
varchar
(
255
)
NOT
NULL
,
`affiliate_cookie_name`
varchar
(
255
)
NOT
NULL
,
`utm_cookie_name`
varchar
(
255
)
NOT
NULL
,
`utm_cookie_name`
varchar
(
255
)
NOT
NULL
,
`enable_otto_receipt_page`
tinyint
(
1
)
NOT
NULL
,
`enable_otto_receipt_page`
tinyint
(
1
)
NOT
NULL
,
`client_side_payment_processor`
varchar
(
255
),
`client_side_payment_processor`
varchar
(
255
)
DEFAULT
NULL
,
`send_refund_notifications`
tinyint
(
1
)
NOT
NULL
,
`send_refund_notifications`
tinyint
(
1
)
NOT
NULL
,
`enable_sdn_check`
tinyint
(
1
)
NOT
NULL
,
`enable_sdn_check`
tinyint
(
1
)
NOT
NULL
,
`sdn_api_key`
varchar
(
255
)
NOT
NULL
,
`sdn_api_key`
varchar
(
255
)
NOT
NULL
,
`sdn_api_list`
varchar
(
255
)
NOT
NULL
,
`sdn_api_list`
varchar
(
255
)
NOT
NULL
,
`sdn_api_url`
varchar
(
255
)
NOT
NULL
,
`sdn_api_url`
varchar
(
255
)
NOT
NULL
,
`require_account_activation`
tinyint
(
1
)
NOT
NULL
,
`optimizely_snippet_src`
varchar
(
255
)
NOT
NULL
,
`enable_sailthru`
tinyint
(
1
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`core_siteconfiguration_site_id_1c7390ef_uniq`
(
`site_id`
,
`partner_id`
),
UNIQUE
KEY
`core_siteconfiguration_site_id_3124a87d_uniq`
(
`site_id`
),
UNIQUE
KEY
`core_siteconfiguration_site_id_3124a87d_uniq`
(
`site_id`
),
UNIQUE
KEY
`core_siteconfiguration_partner_id_75739217_uniq`
(
`partner_id`
),
KEY
`core_siteconfiguration_partner_id_75739217_fk_partner_partner_id`
(
`partner_id`
),
KEY
`core_siteconfiguration_partner_id_75739217_fk_partner_partner_id`
(
`partner_id`
),
CONSTRAINT
`core_siteconfiguration_partner_id_75739217_fk_partner_partner_id`
FOREIGN
KEY
(
`partner_id`
)
REFERENCES
`partner_partner`
(
`id`
),
CONSTRAINT
`core_siteconfiguration_partner_id_75739217_fk_partner_partner_id`
FOREIGN
KEY
(
`partner_id`
)
REFERENCES
`partner_partner`
(
`id`
),
CONSTRAINT
`core_siteconfiguration_site_id_3124a87d_fk_django_site_id`
FOREIGN
KEY
(
`site_id`
)
REFERENCES
`django_site`
(
`id`
)
CONSTRAINT
`core_siteconfiguration_site_id_3124a87d_fk_django_site_id`
FOREIGN
KEY
(
`site_id`
)
REFERENCES
`django_site`
(
`id`
)
...
@@ -1083,7 +1086,7 @@ CREATE TABLE `core_siteconfiguration` (
...
@@ -1083,7 +1086,7 @@ CREATE TABLE `core_siteconfiguration` (
LOCK
TABLES
`core_siteconfiguration`
WRITE
;
LOCK
TABLES
`core_siteconfiguration`
WRITE
;
/*!40000 ALTER TABLE `core_siteconfiguration` DISABLE KEYS */
;
/*!40000 ALTER TABLE `core_siteconfiguration` DISABLE KEYS */
;
INSERT
INTO
`core_siteconfiguration`
VALUES
(
1
,
'http://edx.devstack.
edxapp:18000'
,
'sass/themes/edx.scss'
,
'cybersource,paypal'
,
1
,
1
,
'{
\"
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
\"
:
\"
ecommerce-secret
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_URL_ROOT
\"
:
\"
http://edx.devstack.edxapp:18000/oauth2
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_ISSUERS
\"
:[
\"
http://edx.devstack.edxapp:18000
\"
],
\"
SOCIAL_AUTH_EDX_OIDC_KEY
\"
:
\"
ecommerce-key
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_SECRET
\"
:
\"
ecommerce-secret
\"
}'
,
NULL
,
'staff@example.com'
,
0
,
'support@example.com'
,
''
,
''
,
''
,
0
,
NULL
,
0
,
0
,
''
,
''
,
''
);
INSERT
INTO
`core_siteconfiguration`
VALUES
(
1
,
'http://edx.devstack.
lms:18000'
,
'sass/themes/edx.scss'
,
'cybersource,paypal'
,
1
,
1
,
'{
\"
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY
\"
:
\"
ecommerce-secret
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_URL_ROOT
\"
:
\"
http://edx.devstack.lms:18000/oauth2
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_ISSUERS
\"
:[
\"
http://edx.devstack.lms:18000
\"
],
\"
SOCIAL_AUTH_EDX_OIDC_KEY
\"
:
\"
ecommerce-key
\"
,
\"
SOCIAL_AUTH_EDX_OIDC_SECRET
\"
:
\"
ecommerce-secret
\"
}'
,
NULL
,
'staff@example.com'
,
0
,
'support@example.com'
,
''
,
''
,
''
,
0
,
NULL
,
0
,
0
,
''
,
''
,
''
,
1
,
''
,
1
);
/*!40000 ALTER TABLE `core_siteconfiguration` ENABLE KEYS */
;
/*!40000 ALTER TABLE `core_siteconfiguration` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
...
@@ -1096,9 +1099,12 @@ UNLOCK TABLES;
...
@@ -1096,9 +1099,12 @@ UNLOCK TABLES;
CREATE
TABLE
`courses_course`
(
CREATE
TABLE
`courses_course`
(
`id`
varchar
(
255
)
NOT
NULL
,
`id`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`thumbnail_url`
varchar
(
200
),
`thumbnail_url`
varchar
(
200
)
DEFAULT
NULL
,
`verification_deadline`
datetime
(
6
),
`verification_deadline`
datetime
(
6
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
`site_id`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`courses_course_site_id_af38aac5_fk_django_site_id`
(
`site_id`
),
CONSTRAINT
`courses_course_site_id_af38aac5_fk_django_site_id`
FOREIGN
KEY
(
`site_id`
)
REFERENCES
`django_site`
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
...
@@ -1124,11 +1130,13 @@ CREATE TABLE `courses_historicalcourse` (
...
@@ -1124,11 +1130,13 @@ CREATE TABLE `courses_historicalcourse` (
`history_date`
datetime
(
6
)
NOT
NULL
,
`history_date`
datetime
(
6
)
NOT
NULL
,
`history_type`
varchar
(
1
)
NOT
NULL
,
`history_type`
varchar
(
1
)
NOT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`thumbnail_url`
varchar
(
200
),
`thumbnail_url`
varchar
(
200
)
DEFAULT
NULL
,
`verification_deadline`
datetime
(
6
),
`verification_deadline`
datetime
(
6
)
DEFAULT
NULL
,
`site_id`
int
(
11
),
PRIMARY
KEY
(
`history_id`
),
PRIMARY
KEY
(
`history_id`
),
KEY
`courses_historical_history_user_id_5aca3c34_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`courses_historical_history_user_id_5aca3c34_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`courses_historicalcourse_b80bb774`
(
`id`
),
KEY
`courses_historicalcourse_b80bb774`
(
`id`
),
KEY
`courses_historicalcourse_9365d6e7`
(
`site_id`
),
CONSTRAINT
`courses_historical_history_user_id_5aca3c34_fk_ecommerce_user_id`
FOREIGN
KEY
(
`history_user_id`
)
REFERENCES
`ecommerce_user`
(
`id`
)
CONSTRAINT
`courses_historical_history_user_id_5aca3c34_fk_ecommerce_user_id`
FOREIGN
KEY
(
`history_user_id`
)
REFERENCES
`ecommerce_user`
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
...
@@ -1314,7 +1322,7 @@ CREATE TABLE `django_content_type` (
...
@@ -1314,7 +1322,7 @@ CREATE TABLE `django_content_type` (
`model`
varchar
(
100
)
NOT
NULL
,
`model`
varchar
(
100
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`django_content_type_app_label_76bd3d3b_uniq`
(
`app_label`
,
`model`
)
UNIQUE
KEY
`django_content_type_app_label_76bd3d3b_uniq`
(
`app_label`
,
`model`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
28
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
33
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
--
...
@@ -1323,7 +1331,7 @@ CREATE TABLE `django_content_type` (
...
@@ -1323,7 +1331,7 @@ CREATE TABLE `django_content_type` (
LOCK
TABLES
`django_content_type`
WRITE
;
LOCK
TABLES
`django_content_type`
WRITE
;
/*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */
;
/*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */
;
INSERT
INTO
`django_content_type`
VALUES
(
7
,
'address'
,
'country'
),(
8
,
'address'
,
'useraddress'
),(
9
,
'admin'
,
'logentry'
),(
27
,
'analytics'
,
'productrecord'
),(
24
,
'analytics'
,
'userproductview'
),(
25
,
'analytics'
,
'userrecord'
),(
26
,
'analytics'
,
'usersearch'
),(
3
,
'auth'
,
'group'
),(
2
,
'auth'
,
'permission'
),(
40
,
'basket'
,
'basket'
),(
38
,
'basket'
,
'basketattribute'
),(
39
,
'basket'
,
'basketattributetype'
),(
41
,
'basket'
,
'line'
),(
42
,
'basket'
,
'lineattribute'
),(
10
,
'catalogue'
,
'attributeoption'
),(
18
,
'catalogue'
,
'attributeoptiongroup'
),(
15
,
'catalogue'
,
'catalog'
),(
14
,
'catalogue'
,
'category'
),(
23
,
'catalogue'
,
'historicalproduct'
),(
22
,
'catalogue'
,
'historicalproductattributevalue'
),(
12
,
'catalogue'
,
'option'
),(
11
,
'catalogue'
,
'product'
),(
17
,
'catalogue'
,
'productattribute'
),(
20
,
'catalogue'
,
'productattributevalue'
),(
21
,
'catalogue'
,
'productcategory'
),(
13
,
'catalogue'
,
'productclass'
),(
19
,
'catalogue'
,
'productimage'
),(
16
,
'catalogue'
,
'productrecommendation'
),(
1
,
'contenttypes'
,
'contenttype'
),(
72
,
'core'
,
'businessclient'
),(
6
,
'core'
,
'client'
),(
4
,
'core'
,
'siteconfiguration'
),(
5
,
'core'
,
'user'
),(
66
,
'courses'
,
'course'
),(
73
,
'courses'
,
'historicalcourse'
),(
36
,
'customer'
,
'communicationeventtype'
),(
35
,
'customer'
,
'email'
),(
37
,
'customer'
,
'notification'
),(
34
,
'customer'
,
'productalert'
),(
70
,
'flatpages'
,
'flatpage'
),(
74
,
'invoice'
,
'historicalinvoice'
),(
75
,
'invoice'
,
'invoice'
),(
99
,
'offer'
,
'absolutediscountbenefit'
),(
59
,
'offer'
,
'benefit'
),(
61
,
'offer'
,
'condition'
),(
62
,
'offer'
,
'conditionaloffer'
),(
96
,
'offer'
,
'countcondition'
),(
104
,
'offer'
,
'coveragecondition'
),(
105
,
'offer'
,
'fixedpricebenefit'
),(
101
,
'offer'
,
'multibuydiscountbenefit'
),(
103
,
'offer'
,
'percentagediscountbenefit'
),(
60
,
'offer'
,
'range'
),(
58
,
'offer'
,
'rangeproduct'
),(
63
,
'offer'
,
'rangeproductfileupload'
),(
102
,
'offer'
,
'shippingabsolutediscountbenefit'
),(
100
,
'offer'
,
'shippingbenefit'
),(
95
,
'offer'
,
'shippingfixedpricebenefit'
),(
98
,
'offer'
,
'shippingpercentagediscountbenefit'
),(
97
,
'offer'
,
'valuecondition'
),(
45
,
'order'
,
'billingaddress'
),(
49
,
'order'
,
'communicationevent'
),(
107
,
'order'
,
'historicalline'
),(
106
,
'order'
,
'historicalorder'
),(
47
,
'order'
,
'line'
),(
56
,
'order'
,
'lineattribute'
),(
43
,
'order'
,
'lineprice'
),(
51
,
'order'
,
'order'
),(
57
,
'order'
,
'orderdiscount'
),(
50
,
'order'
,
'ordernote'
),(
48
,
'order'
,
'paymentevent'
),(
52
,
'order'
,
'paymenteventquantity'
),(
55
,
'order'
,
'paymenteventtype'
),(
44
,
'order'
,
'shippingaddress'
),(
46
,
'order'
,
'shippingevent'
),(
54
,
'order'
,
'shippingeventquantity'
),(
53
,
'order'
,
'shippingeventtype'
),(
29
,
'partner'
,
'historicalstockrecord'
),(
30
,
'partner'
,
'partner'
),(
31
,
'partner'
,
'partneraddress'
),(
33
,
'partner'
,
'stockalert'
),(
32
,
'partner'
,
'stockrecord'
),(
94
,
'payment'
,
'bankcard'
),(
87
,
'payment'
,
'paymentprocessorresponse'
),(
90
,
'payment'
,
'paypalprocessorconfiguration'
),(
89
,
'payment'
,
'paypalwebprofile'
),(
91
,
'payment'
,
'sdncheckfailure'
),(
88
,
'payment'
,
'source'
),(
93
,
'payment'
,
'sourcetype'
),(
92
,
'payment'
,
'transaction'
),(
116
,
'promotions'
,
'automaticproductlist'
),(
114
,
'promotions'
,
'handpickedproductlist'
),(
111
,
'promotions'
,
'image'
),(
109
,
'promotions'
,
'keywordpromotion'
),(
112
,
'promotions'
,
'multiimage'
),(
115
,
'promotions'
,
'orderedproduct'
),(
117
,
'promotions'
,
'orderedproductlist'
),(
108
,
'promotions'
,
'pagepromotion'
),(
110
,
'promotions'
,
'rawhtml'
),(
113
,
'promotions'
,
'singleproduct'
),(
118
,
'promotions'
,
'tabbedblock'
),(
76
,
'referrals'
,
'referral'
),(
78
,
'refund'
,
'historicalrefund'
),(
80
,
'refund'
,
'historicalrefundline'
),(
79
,
'refund'
,
'refund'
),(
81
,
'refund'
,
'refundline'
),(
85
,
'reviews'
,
'productreview'
),(
86
,
'reviews'
,
'vote'
),(
71
,
'sessions'
,
'session'
),(
82
,
'shipping'
,
'orderanditemcharges'
),(
84
,
'shipping'
,
'weightband'
),(
83
,
'shipping'
,
'weightbased'
),(
28
,
'sites'
,
'site'
),(
126
,
'social_auth'
,
'association'
),(
127
,
'social_auth'
,
'code'
),(
125
,
'social_auth'
,
'nonce'
),(
124
,
'social_auth'
,
'usersocialauth'
),(
77
,
'theming'
,
'sitetheme'
),(
123
,
'thumbnail'
,
'kvstore'
),(
119
,
'voucher'
,
'couponvouchers'
),(
120
,
'voucher'
,
'orderlinevouchers'
),(
65
,
'voucher'
,
'voucher'
),(
64
,
'voucher'
,
'voucherapplication'
),(
69
,
'waffle'
,
'flag'
),(
67
,
'waffle'
,
'sample'
),(
68
,
'waffle'
,
'switch'
),(
122
,
'wishlists'
,
'line'
),(
121
,
'wishlists'
,
'wishlist'
);
INSERT
INTO
`django_content_type`
VALUES
(
7
,
'address'
,
'country'
),(
8
,
'address'
,
'useraddress'
),(
9
,
'admin'
,
'logentry'
),(
27
,
'analytics'
,
'productrecord'
),(
24
,
'analytics'
,
'userproductview'
),(
25
,
'analytics'
,
'userrecord'
),(
26
,
'analytics'
,
'usersearch'
),(
3
,
'auth'
,
'group'
),(
2
,
'auth'
,
'permission'
),(
40
,
'basket'
,
'basket'
),(
38
,
'basket'
,
'basketattribute'
),(
39
,
'basket'
,
'basketattributetype'
),(
41
,
'basket'
,
'line'
),(
42
,
'basket'
,
'lineattribute'
),(
10
,
'catalogue'
,
'attributeoption'
),(
18
,
'catalogue'
,
'attributeoptiongroup'
),(
15
,
'catalogue'
,
'catalog'
),(
14
,
'catalogue'
,
'category'
),(
23
,
'catalogue'
,
'historicalproduct'
),(
22
,
'catalogue'
,
'historicalproductattributevalue'
),(
12
,
'catalogue'
,
'option'
),(
11
,
'catalogue'
,
'product'
),(
17
,
'catalogue'
,
'productattribute'
),(
20
,
'catalogue'
,
'productattributevalue'
),(
21
,
'catalogue'
,
'productcategory'
),(
13
,
'catalogue'
,
'productclass'
),(
19
,
'catalogue'
,
'productimage'
),(
16
,
'catalogue'
,
'productrecommendation'
),(
1
,
'contenttypes'
,
'contenttype'
),(
72
,
'core'
,
'businessclient'
),(
6
,
'core'
,
'client'
),(
4
,
'core'
,
'siteconfiguration'
),(
5
,
'core'
,
'user'
),(
66
,
'courses'
,
'course'
),(
73
,
'courses'
,
'historicalcourse'
),(
36
,
'customer'
,
'communicationeventtype'
),(
35
,
'customer'
,
'email'
),(
37
,
'customer'
,
'notification'
),(
34
,
'customer'
,
'productalert'
),(
70
,
'flatpages'
,
'flatpage'
),(
74
,
'invoice'
,
'historicalinvoice'
),(
75
,
'invoice'
,
'invoice'
),(
99
,
'offer'
,
'absolutediscountbenefit'
),(
59
,
'offer'
,
'benefit'
),(
61
,
'offer'
,
'condition'
),(
62
,
'offer'
,
'conditionaloffer'
),(
96
,
'offer'
,
'countcondition'
),(
104
,
'offer'
,
'coveragecondition'
),(
105
,
'offer'
,
'fixedpricebenefit'
),(
101
,
'offer'
,
'multibuydiscountbenefit'
),(
103
,
'offer'
,
'percentagediscountbenefit'
),(
60
,
'offer'
,
'range'
),(
58
,
'offer'
,
'rangeproduct'
),(
63
,
'offer'
,
'rangeproductfileupload'
),(
102
,
'offer'
,
'shippingabsolutediscountbenefit'
),(
100
,
'offer'
,
'shippingbenefit'
),(
95
,
'offer'
,
'shippingfixedpricebenefit'
),(
98
,
'offer'
,
'shippingpercentagediscountbenefit'
),(
97
,
'offer'
,
'valuecondition'
),(
45
,
'order'
,
'billingaddress'
),(
49
,
'order'
,
'communicationevent'
),(
107
,
'order'
,
'historicalline'
),(
106
,
'order'
,
'historicalorder'
),(
47
,
'order'
,
'line'
),(
56
,
'order'
,
'lineattribute'
),(
43
,
'order'
,
'lineprice'
),(
51
,
'order'
,
'order'
),(
57
,
'order'
,
'orderdiscount'
),(
50
,
'order'
,
'ordernote'
),(
48
,
'order'
,
'paymentevent'
),(
52
,
'order'
,
'paymenteventquantity'
),(
55
,
'order'
,
'paymenteventtype'
),(
44
,
'order'
,
'shippingaddress'
),(
46
,
'order'
,
'shippingevent'
),(
54
,
'order'
,
'shippingeventquantity'
),(
53
,
'order'
,
'shippingeventtype'
),(
29
,
'partner'
,
'historicalstockrecord'
),(
30
,
'partner'
,
'partner'
),(
31
,
'partner'
,
'partneraddress'
),(
33
,
'partner'
,
'stockalert'
),(
32
,
'partner'
,
'stockrecord'
),(
94
,
'payment'
,
'bankcard'
),(
87
,
'payment'
,
'paymentprocessorresponse'
),(
90
,
'payment'
,
'paypalprocessorconfiguration'
),(
89
,
'payment'
,
'paypalwebprofile'
),(
91
,
'payment'
,
'sdncheckfailure'
),(
88
,
'payment'
,
'source'
),(
93
,
'payment'
,
'sourcetype'
),(
92
,
'payment'
,
'transaction'
),(
116
,
'promotions'
,
'automaticproductlist'
),(
114
,
'promotions'
,
'handpickedproductlist'
),(
111
,
'promotions'
,
'image'
),(
109
,
'promotions'
,
'keywordpromotion'
),(
112
,
'promotions'
,
'multiimage'
),(
115
,
'promotions'
,
'orderedproduct'
),(
117
,
'promotions'
,
'orderedproductlist'
),(
108
,
'promotions'
,
'pagepromotion'
),(
110
,
'promotions'
,
'rawhtml'
),(
113
,
'promotions'
,
'singleproduct'
),(
118
,
'promotions'
,
'tabbedblock'
),(
76
,
'referrals'
,
'referral'
),(
78
,
'refund'
,
'historicalrefund'
),(
80
,
'refund'
,
'historicalrefundline'
),(
79
,
'refund'
,
'refund'
),(
81
,
'refund'
,
'refundline'
),(
85
,
'reviews'
,
'productreview'
),(
86
,
'reviews'
,
'vote'
),(
71
,
'sessions'
,
'session'
),(
82
,
'shipping'
,
'orderanditemcharges'
),(
84
,
'shipping'
,
'weightband'
),(
83
,
'shipping'
,
'weightbased'
),(
28
,
'sites'
,
'site'
),(
126
,
'social_auth'
,
'association'
),(
127
,
'social_auth'
,
'code'
),(
125
,
'social_auth'
,
'nonce'
),(
124
,
'social_auth'
,
'usersocialauth'
),(
130
,
'social_django'
,
'association'
),(
128
,
'social_django'
,
'code'
),(
129
,
'social_django'
,
'nonce'
),(
132
,
'social_django'
,
'partial'
),(
131
,
'social_django'
,
'usersocialauth'
),(
77
,
'theming'
,
'sitetheme'
),(
123
,
'thumbnail'
,
'kvstore'
),(
119
,
'voucher'
,
'couponvouchers'
),(
120
,
'voucher'
,
'orderlinevouchers'
),(
65
,
'voucher'
,
'voucher'
),(
64
,
'voucher'
,
'voucherapplication'
),(
69
,
'waffle'
,
'flag'
),(
67
,
'waffle'
,
'sample'
),(
68
,
'waffle'
,
'switch'
),(
122
,
'wishlists'
,
'line'
),(
121
,
'wishlists'
,
'wishlist'
);
/*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */
;
/*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
...
@@ -1394,7 +1402,7 @@ CREATE TABLE `django_migrations` (
...
@@ -1394,7 +1402,7 @@ CREATE TABLE `django_migrations` (
`name`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`applied`
datetime
(
6
)
NOT
NULL
,
`applied`
datetime
(
6
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
68
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
90
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
--
...
@@ -1403,7 +1411,7 @@ CREATE TABLE `django_migrations` (
...
@@ -1403,7 +1411,7 @@ CREATE TABLE `django_migrations` (
LOCK
TABLES
`django_migrations`
WRITE
;
LOCK
TABLES
`django_migrations`
WRITE
;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */
;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */
;
INSERT
INTO
`django_migrations`
VALUES
(
1
,
'contenttypes'
,
'0001_initial'
,
'2017-02-24 06:31:13.678196'
),(
2
,
'auth'
,
'0001_initial'
,
'2017-02-24 06:31:15.287707'
),(
3
,
'core'
,
'0001_initial'
,
'2017-02-24 06:31:16.721508'
),(
4
,
'address'
,
'0001_initial'
,
'2017-02-24 06:31:17.726601'
),(
5
,
'admin'
,
'0001_initial'
,
'2017-02-24 06:31:18.314867'
),(
6
,
'admin'
,
'0002_logentry_remove_auto_add'
,
'2017-02-24 06:31:18.376871'
),(
7
,
'catalogue'
,
'0001_initial'
,
'2017-02-24 06:31:26.576201'
),(
8
,
'analytics'
,
'0001_initial'
,
'2017-02-24 06:31:27.890220'
),(
9
,
'analytics'
,
'0002_auto_20140827_1705'
,
'2017-02-24 06:31:29.379369'
),(
10
,
'contenttypes'
,
'0002_remove_content_type_name'
,
'2017-02-24 06:31:29.815071'
),(
11
,
'auth'
,
'0002_alter_permission_name_max_length'
,
'2017-02-24 06:31:30.094953'
),(
12
,
'auth'
,
'0003_alter_user_email_max_length'
,
'2017-02-24 06:31:30.148331'
),(
13
,
'auth'
,
'0004_alter_user_username_opts'
,
'2017-02-24 06:31:30.198566'
),(
14
,
'auth'
,
'0005_alter_user_last_login_null'
,
'2017-02-24 06:31:30.250255'
),(
15
,
'auth'
,
'0006_require_contenttypes_0002'
,
'2017-02-24 06:31:30.265322'
),(
16
,
'auth'
,
'0007_alter_validators_add_error_messages'
,
'2017-02-24 06:31:30.315242'
),(
17
,
'sites'
,
'0001_initial'
,
'2017-02-24 06:31:30.425736'
),(
18
,
'partner'
,
'0001_initial'
,
'2017-02-24 06:31:33.441342'
),(
19
,
'customer'
,
'0001_initial'
,
'2017-02-24 06:31:35.517013'
),(
20
,
'basket'
,
'0001_initial'
,
'2017-02-24 06:31:36.134822'
),(
21
,
'basket'
,
'0002_auto_20140827_1705'
,
'2017-02-24 06:31:39.462322'
),(
22
,
'order'
,
'0001_initial'
,
'2017-02-24 06:31:53.594327'
),(
23
,
'offer'
,
'0001_initial'
,
'2017-02-24 06:31:59.796314'
),(
24
,
'voucher'
,
'0001_initial'
,
'2017-02-24 06:32:01.920349'
),(
25
,
'basket'
,
'0003_basket_vouchers'
,
'2017-02-24 06:32:02.683827'
),(
26
,
'basket'
,
'0004_auto_20141007_2032'
,
'2017-02-24 06:32:02.820915'
),(
27
,
'basket'
,
'0005_auto_20150709_1205'
,
'2017-02-24 06:32:03.450491'
),(
28
,
'basket'
,
'0006_basket_site'
,
'2017-02-24 06:32:04.017849'
),(
29
,
'basket'
,
'0007_auto_20160907_2040'
,
'2017-02-24 06:32:05.540394'
),(
30
,
'basket'
,
'0008_auto_20170215_2224'
,
'2017-02-24 06:32:05.689426'
),(
31
,
'basket'
,
'0009_auto_20170215_2229'
,
'2017-02-24 06:32:06.046091'
),(
32
,
'partner'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:32:06.195423'
),(
33
,
'partner'
,
'0003_auto_20150223_1130'
,
'2017-02-24 06:32:06.213225'
),(
34
,
'courses'
,
'0001_initial'
,
'2017-02-24 06:32:06.359577'
),(
35
,
'catalogue'
,
'0002_auto_20150223_1052'
,
'2017-02-24 06:32:06.426509'
),(
36
,
'catalogue'
,
'0003_product_course'
,
'2017-02-24 06:32:07.124085'
),(
37
,
'catalogue'
,
'0004_auto_20150609_0129'
,
'2017-02-24 06:32:09.814295'
),(
38
,
'partner'
,
'0004_auto_20150609_1215'
,
'2017-02-24 06:32:11.579727'
),(
39
,
'partner'
,
'0005_auto_20150610_1355'
,
'2017-02-24 06:32:12.220029'
),(
40
,
'partner'
,
'0006_auto_20150709_1205'
,
'2017-02-24 06:32:12.890305'
),(
41
,
'partner'
,
'0007_auto_20150914_0841'
,
'2017-02-24 06:32:13.435216'
),(
42
,
'partner'
,
'0008_auto_20150914_1057'
,
'2017-02-24 06:32:13.746745'
),(
43
,
'catalogue'
,
'0005_auto_20150610_1355'
,
'2017-02-24 06:32:15.306738'
),(
44
,
'catalogue'
,
'0006_credit_provider_attr'
,
'2017-02-24 06:32:15.347852'
),(
45
,
'catalogue'
,
'0007_auto_20150709_1205'
,
'2017-02-24 06:32:16.823040'
),(
46
,
'catalogue'
,
'0008_auto_20150709_1254'
,
'2017-02-24 06:32:17.518448'
),(
47
,
'catalogue'
,
'0009_credit_hours_attr'
,
'2017-02-24 06:32:17.567067'
),(
48
,
'catalogue'
,
'0010_catalog'
,
'2017-02-24 06:32:18.637355'
),(
49
,
'catalogue'
,
'0011_auto_20151019_0639'
,
'2017-02-24 06:32:19.519298'
),(
50
,
'catalogue'
,
'0012_enrollment_code_product_class'
,
'2017-02-24 06:32:19.539064'
),(
51
,
'catalogue'
,
'0013_coupon_product_class'
,
'2017-02-24 06:32:19.592068'
),(
52
,
'catalogue'
,
'0014_alter_couponvouchers_attribute'
,
'2017-02-24 06:32:19.632447'
),(
53
,
'catalogue'
,
'0015_default_categories'
,
'2017-02-24 06:32:19.815535'
),(
54
,
'catalogue'
,
'0016_coupon_note_attribute'
,
'2017-02-24 06:32:19.853581'
),(
55
,
'catalogue'
,
'0017_enrollment_code_product_class'
,
'2017-02-24 06:32:19.901006'
),(
56
,
'catalogue'
,
'0018_auto_20160530_0134'
,
'2017-02-24 06:32:20.053557'
),(
57
,
'catalogue'
,
'0019_enrollment_code_idverifyreq_attribute'
,
'2017-02-24 06:32:20.100272'
),(
58
,
'catalogue'
,
'0020_auto_20161025_1446'
,
'2017-02-24 06:32:20.248394'
),(
59
,
'catalogue'
,
'0021_auto_20170215_2224'
,
'2017-02-24 06:32:20.714334'
),(
60
,
'catalogue'
,
'0022_auto_20170215_2229'
,
'2017-02-24 06:32:20.865779'
),(
61
,
'catalogue'
,
'0023_auto_20170215_2234'
,
'2017-02-24 06:32:21.019964'
),(
62
,
'waffle'
,
'0001_initial'
,
'2017-02-24 06:32:22.983010'
),(
63
,
'core'
,
'0002_auto_20150826_1455'
,
'2017-02-24 06:32:24.790842'
),(
64
,
'core'
,
'0003_auto_20150914_1120'
,
'2017-02-24 06:32:25.743734'
),(
65
,
'core'
,
'0004_auto_20150915_1023'
,
'2017-02-24 06:32:26.248772'
),(
66
,
'core'
,
'0005_auto_20150924_0123'
,
'2017-02-24 06:32:26.298015'
),(
67
,
'core'
,
'0006_add_service_user'
,
'2017-02-24 06:32:26.336614'
),(
68
,
'core'
,
'0007_auto_20151005_1333'
,
'2017-02-24 06:32:26.388741'
),(
69
,
'core'
,
'0008_client'
,
'2017-02-24 06:32:26.991756'
),(
70
,
'core'
,
'0009_service_user_privileges'
,
'2017-02-24 06:32:27.366063'
),(
71
,
'core'
,
'0010_add_async_sample'
,
'2017-02-24 06:32:27.410339'
),(
72
,
'core'
,
'0011_siteconfiguration_oauth_settings'
,
'2017-02-24 06:32:27.710236'
),(
73
,
'core'
,
'0012_businessclient'
,
'2017-02-24 06:32:27.839188'
),(
74
,
'core'
,
'0013_siteconfiguration_segment_key'
,
'2017-02-24 06:32:28.224134'
),(
75
,
'core'
,
'0014_enrollment_code_switch'
,
'2017-02-24 06:32:28.264756'
),(
76
,
'core'
,
'0015_siteconfiguration_from_email'
,
'2017-02-24 06:32:28.628458'
),(
77
,
'core'
,
'0016_siteconfiguration_enable_enrollment_codes'
,
'2017-02-24 06:32:28.992838'
),(
78
,
'core'
,
'0017_siteconfiguration_payment_support_email'
,
'2017-02-24 06:32:29.426998'
),(
79
,
'core'
,
'0018_siteconfiguration_payment_support_url'
,
'2017-02-24 06:32:29.786572'
),(
80
,
'core'
,
'0019_auto_20161012_1404'
,
'2017-02-24 06:32:30.691234'
),(
81
,
'core'
,
'0020_siteconfiguration_enable_otto_receipt_page'
,
'2017-02-24 06:32:31.018247'
),(
82
,
'core'
,
'0021_siteconfiguration_client_side_payment_processor'
,
'2017-02-24 06:32:31.411206'
),(
83
,
'core'
,
'0022_auto_20161108_2101'
,
'2017-02-24 06:32:31.544336'
),(
84
,
'core'
,
'0023_siteconfiguration_send_refund_notifications'
,
'2017-02-24 06:32:31.888015'
),(
85
,
'core'
,
'0024_auto_20170208_1520'
,
'2017-02-24 06:32:33.435439'
),(
86
,
'core'
,
'0025_auto_20170214_0003'
,
'2017-02-24 06:32:33.569312'
),(
87
,
'core'
,
'0026_auto_20170215_2234'
,
'2017-02-24 06:32:33.718888'
),(
88
,
'courses'
,
'0002_historicalcourse'
,
'2017-02-24 06:32:34.341544'
),(
89
,
'courses'
,
'0003_auto_20150618_1108'
,
'2017-02-24 06:32:35.225334'
),(
90
,
'courses'
,
'0004_auto_20150803_1406'
,
'2017-02-24 06:32:35.826182'
),(
91
,
'customer'
,
'0002_auto_20160517_0930'
,
'2017-02-24 06:32:36.005439'
),(
92
,
'customer'
,
'0003_auto_20170215_2229'
,
'2017-02-24 06:32:36.423186'
),(
93
,
'flatpages'
,
'0001_initial'
,
'2017-02-24 06:32:37.367254'
),(
94
,
'order'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:32:37.555261'
),(
95
,
'order'
,
'0003_auto_20150224_1520'
,
'2017-02-24 06:32:37.744948'
),(
96
,
'order'
,
'0004_order_payment_processor'
,
'2017-02-24 06:32:38.207669'
),(
97
,
'order'
,
'0005_deprecate_order_payment_processor'
,
'2017-02-24 06:32:38.638636'
),(
98
,
'order'
,
'0006_paymentevent_processor_name'
,
'2017-02-24 06:32:38.997229'
),(
99
,
'order'
,
'0007_create_history_tables'
,
'2017-02-24 06:32:40.266918'
),(
100
,
'order'
,
'0008_delete_order_payment_processor'
,
'2017-02-24 06:32:41.207208'
),(
101
,
'order'
,
'0009_auto_20150709_1205'
,
'2017-02-24 06:32:41.570415'
),(
102
,
'invoice'
,
'0001_initial'
,
'2017-02-24 06:32:42.597330'
),(
103
,
'invoice'
,
'0002_auto_20160324_1919'
,
'2017-02-24 06:32:45.848646'
),(
104
,
'invoice'
,
'0003_auto_20160616_0657'
,
'2017-02-24 06:32:51.092505'
),(
105
,
'invoice'
,
'0004_auto_20170215_2234'
,
'2017-02-24 06:32:52.479010'
),(
106
,
'offer'
,
'0002_range_catalog'
,
'2017-02-24 06:32:53.561467'
),(
107
,
'offer'
,
'0003_auto_20160517_1247'
,
'2017-02-24 06:32:54.279775'
),(
108
,
'offer'
,
'0004_auto_20160530_0944'
,
'2017-02-24 06:32:55.073360'
),(
109
,
'offer'
,
'0005_conditionaloffer_email_domains'
,
'2017-02-24 06:32:55.616150'
),(
110
,
'offer'
,
'0006_auto_20161025_1446'
,
'2017-02-24 06:32:55.816493'
),(
111
,
'offer'
,
'0007_auto_20161026_0856'
,
'2017-02-24 06:32:56.293557'
),(
112
,
'offer'
,
'0008_range_course_catalog'
,
'2017-02-24 06:32:56.918354'
),(
113
,
'offer'
,
'0009_range_enterprise_customer'
,
'2017-02-24 06:32:57.330700'
),(
114
,
'offer'
,
'0010_auto_20170215_2224'
,
'2017-02-24 06:32:57.608382'
),(
115
,
'order'
,
'0010_auto_20160529_2245'
,
'2017-02-24 06:32:57.805073'
),(
116
,
'order'
,
'0011_auto_20161025_1446'
,
'2017-02-24 06:32:57.986906'
),(
117
,
'order'
,
'0012_auto_20170215_2224'
,
'2017-02-24 06:32:58.180138'
),(
118
,
'order'
,
'0013_auto_20170215_2229'
,
'2017-02-24 06:32:59.270780'
),(
119
,
'partner'
,
'0009_partner_enable_sailthru'
,
'2017-02-24 06:32:59.683894'
),(
120
,
'partner'
,
'0010_auto_20161025_1446'
,
'2017-02-24 06:32:59.868600'
),(
121
,
'payment'
,
'0001_initial'
,
'2017-02-24 06:33:02.281461'
),(
122
,
'payment'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:33:02.559403'
),(
123
,
'payment'
,
'0003_create_payment_processor_response'
,
'2017-02-24 06:33:03.454331'
),(
124
,
'payment'
,
'0004_source_card_type'
,
'2017-02-24 06:33:03.861385'
),(
125
,
'payment'
,
'0005_paypalwebprofile'
,
'2017-02-24 06:33:03.997155'
),(
126
,
'payment'
,
'0006_enable_payment_processors'
,
'2017-02-24 06:33:04.054160'
),(
127
,
'payment'
,
'0007_add_cybersource_level23_sample'
,
'2017-02-24 06:33:04.118786'
),(
128
,
'payment'
,
'0008_remove_cybersource_level23_sample'
,
'2017-02-24 06:33:04.173193'
),(
129
,
'payment'
,
'0009_auto_20161025_1446'
,
'2017-02-24 06:33:04.568246'
),(
130
,
'payment'
,
'0010_create_client_side_checkout_flag'
,
'2017-02-24 06:33:04.614755'
),(
131
,
'payment'
,
'0011_paypalprocessorconfiguration'
,
'2017-02-24 06:33:04.738098'
),(
132
,
'payment'
,
'0012_auto_20161109_1456'
,
'2017-02-24 06:33:04.777041'
),(
133
,
'payment'
,
'0013_sdncheckfailure'
,
'2017-02-24 06:33:04.926800'
),(
134
,
'payment'
,
'0014_sdncheckfailure_site'
,
'2017-02-24 06:33:05.569898'
),(
135
,
'payment'
,
'0015_auto_20170215_2229'
,
'2017-02-24 06:33:06.013124'
),(
136
,
'promotions'
,
'0001_initial'
,
'2017-02-24 06:33:11.900417'
),(
137
,
'promotions'
,
'0002_auto_20150604_1450'
,
'2017-02-24 06:33:12.829239'
),(
138
,
'referrals'
,
'0001_initial'
,
'2017-02-24 06:33:13.772337'
),(
139
,
'referrals'
,
'0002_auto_20161011_1728'
,
'2017-02-24 06:33:17.027281'
),(
140
,
'referrals'
,
'0003_auto_20161027_1738'
,
'2017-02-24 06:33:17.476221'
),(
141
,
'referrals'
,
'0004_auto_20170215_2234'
,
'2017-02-24 06:33:18.592080'
),(
142
,
'refund'
,
'0001_squashed_0002_auto_20150515_2220'
,
'2017-02-24 06:33:21.850927'
),(
143
,
'refund'
,
'0002_auto_20151214_1017'
,
'2017-02-24 06:33:22.813726'
),(
144
,
'reviews'
,
'0001_initial'
,
'2017-02-24 06:33:25.278833'
),(
145
,
'reviews'
,
'0002_update_email_length'
,
'2017-02-24 06:33:25.737694'
),(
146
,
'sailthru'
,
'0001_initial'
,
'2017-02-24 06:33:25.781334'
),(
147
,
'sailthru'
,
'0002_add_basket_attribute_type'
,
'2017-02-24 06:33:25.829728'
),(
148
,
'sessions'
,
'0001_initial'
,
'2017-02-24 06:33:26.030648'
),(
149
,
'shipping'
,
'0001_initial'
,
'2017-02-24 06:33:29.010842'
),(
150
,
'shipping'
,
'0002_auto_20150604_1450'
,
'2017-02-24 06:33:30.611875'
),(
151
,
'sites'
,
'0002_alter_domain_unique'
,
'2017-02-24 06:33:31.180879'
),(
152
,
'default'
,
'0001_initial'
,
'2017-02-24 06:33:32.693319'
),(
153
,
'default'
,
'0002_add_related_name'
,
'2017-02-24 06:33:33.232585'
),(
154
,
'default'
,
'0003_alter_email_max_length'
,
'2017-02-24 06:33:33.517811'
),(
155
,
'default'
,
'0004_auto_20160423_0400'
,
'2017-02-24 06:33:33.953712'
),(
156
,
'social_auth'
,
'0005_auto_20160727_2333'
,
'2017-02-24 06:33:34.084494'
),(
157
,
'theming'
,
'0001_initial'
,
'2017-02-24 06:33:34.651811'
),(
158
,
'thumbnail'
,
'0001_initial'
,
'2017-02-24 06:33:34.781280'
),(
159
,
'voucher'
,
'0002_couponvouchers'
,
'2017-02-24 06:33:35.947546'
),(
160
,
'voucher'
,
'0003_orderlinevouchers'
,
'2017-02-24 06:33:37.099165'
),(
161
,
'voucher'
,
'0004_auto_20160517_0930'
,
'2017-02-24 06:33:38.439554'
),(
162
,
'wishlists'
,
'0001_initial'
,
'2017-02-24 06:33:41.026611'
),(
163
,
'wishlists'
,
'0002_auto_20160111_1108'
,
'2017-02-24 06:33:41.438325'
),(
164
,
'social_auth'
,
'0001_initial'
,
'2017-02-24 06:33:41.467555'
),(
165
,
'social_auth'
,
'0003_alter_email_max_length'
,
'2017-02-24 06:33:41.484949'
),(
166
,
'social_auth'
,
'0004_auto_20160423_0400'
,
'2017-02-24 06:33:41.503212'
),(
167
,
'social_auth'
,
'0002_add_related_name'
,
'2017-02-24 06:33:41.521038'
);
INSERT
INTO
`django_migrations`
VALUES
(
1
,
'contenttypes'
,
'0001_initial'
,
'2017-02-24 06:31:13.678196'
),(
2
,
'auth'
,
'0001_initial'
,
'2017-02-24 06:31:15.287707'
),(
3
,
'core'
,
'0001_initial'
,
'2017-02-24 06:31:16.721508'
),(
4
,
'address'
,
'0001_initial'
,
'2017-02-24 06:31:17.726601'
),(
5
,
'admin'
,
'0001_initial'
,
'2017-02-24 06:31:18.314867'
),(
6
,
'admin'
,
'0002_logentry_remove_auto_add'
,
'2017-02-24 06:31:18.376871'
),(
7
,
'catalogue'
,
'0001_initial'
,
'2017-02-24 06:31:26.576201'
),(
8
,
'analytics'
,
'0001_initial'
,
'2017-02-24 06:31:27.890220'
),(
9
,
'analytics'
,
'0002_auto_20140827_1705'
,
'2017-02-24 06:31:29.379369'
),(
10
,
'contenttypes'
,
'0002_remove_content_type_name'
,
'2017-02-24 06:31:29.815071'
),(
11
,
'auth'
,
'0002_alter_permission_name_max_length'
,
'2017-02-24 06:31:30.094953'
),(
12
,
'auth'
,
'0003_alter_user_email_max_length'
,
'2017-02-24 06:31:30.148331'
),(
13
,
'auth'
,
'0004_alter_user_username_opts'
,
'2017-02-24 06:31:30.198566'
),(
14
,
'auth'
,
'0005_alter_user_last_login_null'
,
'2017-02-24 06:31:30.250255'
),(
15
,
'auth'
,
'0006_require_contenttypes_0002'
,
'2017-02-24 06:31:30.265322'
),(
16
,
'auth'
,
'0007_alter_validators_add_error_messages'
,
'2017-02-24 06:31:30.315242'
),(
17
,
'sites'
,
'0001_initial'
,
'2017-02-24 06:31:30.425736'
),(
18
,
'partner'
,
'0001_initial'
,
'2017-02-24 06:31:33.441342'
),(
19
,
'customer'
,
'0001_initial'
,
'2017-02-24 06:31:35.517013'
),(
20
,
'basket'
,
'0001_initial'
,
'2017-02-24 06:31:36.134822'
),(
21
,
'basket'
,
'0002_auto_20140827_1705'
,
'2017-02-24 06:31:39.462322'
),(
22
,
'order'
,
'0001_initial'
,
'2017-02-24 06:31:53.594327'
),(
23
,
'offer'
,
'0001_initial'
,
'2017-02-24 06:31:59.796314'
),(
24
,
'voucher'
,
'0001_initial'
,
'2017-02-24 06:32:01.920349'
),(
25
,
'basket'
,
'0003_basket_vouchers'
,
'2017-02-24 06:32:02.683827'
),(
26
,
'basket'
,
'0004_auto_20141007_2032'
,
'2017-02-24 06:32:02.820915'
),(
27
,
'basket'
,
'0005_auto_20150709_1205'
,
'2017-02-24 06:32:03.450491'
),(
28
,
'basket'
,
'0006_basket_site'
,
'2017-02-24 06:32:04.017849'
),(
29
,
'basket'
,
'0007_auto_20160907_2040'
,
'2017-02-24 06:32:05.540394'
),(
30
,
'basket'
,
'0008_auto_20170215_2224'
,
'2017-02-24 06:32:05.689426'
),(
31
,
'basket'
,
'0009_auto_20170215_2229'
,
'2017-02-24 06:32:06.046091'
),(
32
,
'partner'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:32:06.195423'
),(
33
,
'partner'
,
'0003_auto_20150223_1130'
,
'2017-02-24 06:32:06.213225'
),(
34
,
'courses'
,
'0001_initial'
,
'2017-02-24 06:32:06.359577'
),(
35
,
'catalogue'
,
'0002_auto_20150223_1052'
,
'2017-02-24 06:32:06.426509'
),(
36
,
'catalogue'
,
'0003_product_course'
,
'2017-02-24 06:32:07.124085'
),(
37
,
'catalogue'
,
'0004_auto_20150609_0129'
,
'2017-02-24 06:32:09.814295'
),(
38
,
'partner'
,
'0004_auto_20150609_1215'
,
'2017-02-24 06:32:11.579727'
),(
39
,
'partner'
,
'0005_auto_20150610_1355'
,
'2017-02-24 06:32:12.220029'
),(
40
,
'partner'
,
'0006_auto_20150709_1205'
,
'2017-02-24 06:32:12.890305'
),(
41
,
'partner'
,
'0007_auto_20150914_0841'
,
'2017-02-24 06:32:13.435216'
),(
42
,
'partner'
,
'0008_auto_20150914_1057'
,
'2017-02-24 06:32:13.746745'
),(
43
,
'catalogue'
,
'0005_auto_20150610_1355'
,
'2017-02-24 06:32:15.306738'
),(
44
,
'catalogue'
,
'0006_credit_provider_attr'
,
'2017-02-24 06:32:15.347852'
),(
45
,
'catalogue'
,
'0007_auto_20150709_1205'
,
'2017-02-24 06:32:16.823040'
),(
46
,
'catalogue'
,
'0008_auto_20150709_1254'
,
'2017-02-24 06:32:17.518448'
),(
47
,
'catalogue'
,
'0009_credit_hours_attr'
,
'2017-02-24 06:32:17.567067'
),(
48
,
'catalogue'
,
'0010_catalog'
,
'2017-02-24 06:32:18.637355'
),(
49
,
'catalogue'
,
'0011_auto_20151019_0639'
,
'2017-02-24 06:32:19.519298'
),(
50
,
'catalogue'
,
'0012_enrollment_code_product_class'
,
'2017-02-24 06:32:19.539064'
),(
51
,
'catalogue'
,
'0013_coupon_product_class'
,
'2017-02-24 06:32:19.592068'
),(
52
,
'catalogue'
,
'0014_alter_couponvouchers_attribute'
,
'2017-02-24 06:32:19.632447'
),(
53
,
'catalogue'
,
'0015_default_categories'
,
'2017-02-24 06:32:19.815535'
),(
54
,
'catalogue'
,
'0016_coupon_note_attribute'
,
'2017-02-24 06:32:19.853581'
),(
55
,
'catalogue'
,
'0017_enrollment_code_product_class'
,
'2017-02-24 06:32:19.901006'
),(
56
,
'catalogue'
,
'0018_auto_20160530_0134'
,
'2017-02-24 06:32:20.053557'
),(
57
,
'catalogue'
,
'0019_enrollment_code_idverifyreq_attribute'
,
'2017-02-24 06:32:20.100272'
),(
58
,
'catalogue'
,
'0020_auto_20161025_1446'
,
'2017-02-24 06:32:20.248394'
),(
59
,
'catalogue'
,
'0021_auto_20170215_2224'
,
'2017-02-24 06:32:20.714334'
),(
60
,
'catalogue'
,
'0022_auto_20170215_2229'
,
'2017-02-24 06:32:20.865779'
),(
61
,
'catalogue'
,
'0023_auto_20170215_2234'
,
'2017-02-24 06:32:21.019964'
),(
62
,
'waffle'
,
'0001_initial'
,
'2017-02-24 06:32:22.983010'
),(
63
,
'core'
,
'0002_auto_20150826_1455'
,
'2017-02-24 06:32:24.790842'
),(
64
,
'core'
,
'0003_auto_20150914_1120'
,
'2017-02-24 06:32:25.743734'
),(
65
,
'core'
,
'0004_auto_20150915_1023'
,
'2017-02-24 06:32:26.248772'
),(
66
,
'core'
,
'0005_auto_20150924_0123'
,
'2017-02-24 06:32:26.298015'
),(
67
,
'core'
,
'0006_add_service_user'
,
'2017-02-24 06:32:26.336614'
),(
68
,
'core'
,
'0007_auto_20151005_1333'
,
'2017-02-24 06:32:26.388741'
),(
69
,
'core'
,
'0008_client'
,
'2017-02-24 06:32:26.991756'
),(
70
,
'core'
,
'0009_service_user_privileges'
,
'2017-02-24 06:32:27.366063'
),(
71
,
'core'
,
'0010_add_async_sample'
,
'2017-02-24 06:32:27.410339'
),(
72
,
'core'
,
'0011_siteconfiguration_oauth_settings'
,
'2017-02-24 06:32:27.710236'
),(
73
,
'core'
,
'0012_businessclient'
,
'2017-02-24 06:32:27.839188'
),(
74
,
'core'
,
'0013_siteconfiguration_segment_key'
,
'2017-02-24 06:32:28.224134'
),(
75
,
'core'
,
'0014_enrollment_code_switch'
,
'2017-02-24 06:32:28.264756'
),(
76
,
'core'
,
'0015_siteconfiguration_from_email'
,
'2017-02-24 06:32:28.628458'
),(
77
,
'core'
,
'0016_siteconfiguration_enable_enrollment_codes'
,
'2017-02-24 06:32:28.992838'
),(
78
,
'core'
,
'0017_siteconfiguration_payment_support_email'
,
'2017-02-24 06:32:29.426998'
),(
79
,
'core'
,
'0018_siteconfiguration_payment_support_url'
,
'2017-02-24 06:32:29.786572'
),(
80
,
'core'
,
'0019_auto_20161012_1404'
,
'2017-02-24 06:32:30.691234'
),(
81
,
'core'
,
'0020_siteconfiguration_enable_otto_receipt_page'
,
'2017-02-24 06:32:31.018247'
),(
82
,
'core'
,
'0021_siteconfiguration_client_side_payment_processor'
,
'2017-02-24 06:32:31.411206'
),(
83
,
'core'
,
'0022_auto_20161108_2101'
,
'2017-02-24 06:32:31.544336'
),(
84
,
'core'
,
'0023_siteconfiguration_send_refund_notifications'
,
'2017-02-24 06:32:31.888015'
),(
85
,
'core'
,
'0024_auto_20170208_1520'
,
'2017-02-24 06:32:33.435439'
),(
86
,
'core'
,
'0025_auto_20170214_0003'
,
'2017-02-24 06:32:33.569312'
),(
87
,
'core'
,
'0026_auto_20170215_2234'
,
'2017-02-24 06:32:33.718888'
),(
88
,
'courses'
,
'0002_historicalcourse'
,
'2017-02-24 06:32:34.341544'
),(
89
,
'courses'
,
'0003_auto_20150618_1108'
,
'2017-02-24 06:32:35.225334'
),(
90
,
'courses'
,
'0004_auto_20150803_1406'
,
'2017-02-24 06:32:35.826182'
),(
91
,
'customer'
,
'0002_auto_20160517_0930'
,
'2017-02-24 06:32:36.005439'
),(
92
,
'customer'
,
'0003_auto_20170215_2229'
,
'2017-02-24 06:32:36.423186'
),(
93
,
'flatpages'
,
'0001_initial'
,
'2017-02-24 06:32:37.367254'
),(
94
,
'order'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:32:37.555261'
),(
95
,
'order'
,
'0003_auto_20150224_1520'
,
'2017-02-24 06:32:37.744948'
),(
96
,
'order'
,
'0004_order_payment_processor'
,
'2017-02-24 06:32:38.207669'
),(
97
,
'order'
,
'0005_deprecate_order_payment_processor'
,
'2017-02-24 06:32:38.638636'
),(
98
,
'order'
,
'0006_paymentevent_processor_name'
,
'2017-02-24 06:32:38.997229'
),(
99
,
'order'
,
'0007_create_history_tables'
,
'2017-02-24 06:32:40.266918'
),(
100
,
'order'
,
'0008_delete_order_payment_processor'
,
'2017-02-24 06:32:41.207208'
),(
101
,
'order'
,
'0009_auto_20150709_1205'
,
'2017-02-24 06:32:41.570415'
),(
102
,
'invoice'
,
'0001_initial'
,
'2017-02-24 06:32:42.597330'
),(
103
,
'invoice'
,
'0002_auto_20160324_1919'
,
'2017-02-24 06:32:45.848646'
),(
104
,
'invoice'
,
'0003_auto_20160616_0657'
,
'2017-02-24 06:32:51.092505'
),(
105
,
'invoice'
,
'0004_auto_20170215_2234'
,
'2017-02-24 06:32:52.479010'
),(
106
,
'offer'
,
'0002_range_catalog'
,
'2017-02-24 06:32:53.561467'
),(
107
,
'offer'
,
'0003_auto_20160517_1247'
,
'2017-02-24 06:32:54.279775'
),(
108
,
'offer'
,
'0004_auto_20160530_0944'
,
'2017-02-24 06:32:55.073360'
),(
109
,
'offer'
,
'0005_conditionaloffer_email_domains'
,
'2017-02-24 06:32:55.616150'
),(
110
,
'offer'
,
'0006_auto_20161025_1446'
,
'2017-02-24 06:32:55.816493'
),(
111
,
'offer'
,
'0007_auto_20161026_0856'
,
'2017-02-24 06:32:56.293557'
),(
112
,
'offer'
,
'0008_range_course_catalog'
,
'2017-02-24 06:32:56.918354'
),(
113
,
'offer'
,
'0009_range_enterprise_customer'
,
'2017-02-24 06:32:57.330700'
),(
114
,
'offer'
,
'0010_auto_20170215_2224'
,
'2017-02-24 06:32:57.608382'
),(
115
,
'order'
,
'0010_auto_20160529_2245'
,
'2017-02-24 06:32:57.805073'
),(
116
,
'order'
,
'0011_auto_20161025_1446'
,
'2017-02-24 06:32:57.986906'
),(
117
,
'order'
,
'0012_auto_20170215_2224'
,
'2017-02-24 06:32:58.180138'
),(
118
,
'order'
,
'0013_auto_20170215_2229'
,
'2017-02-24 06:32:59.270780'
),(
119
,
'partner'
,
'0009_partner_enable_sailthru'
,
'2017-02-24 06:32:59.683894'
),(
120
,
'partner'
,
'0010_auto_20161025_1446'
,
'2017-02-24 06:32:59.868600'
),(
121
,
'payment'
,
'0001_initial'
,
'2017-02-24 06:33:02.281461'
),(
122
,
'payment'
,
'0002_auto_20141007_2032'
,
'2017-02-24 06:33:02.559403'
),(
123
,
'payment'
,
'0003_create_payment_processor_response'
,
'2017-02-24 06:33:03.454331'
),(
124
,
'payment'
,
'0004_source_card_type'
,
'2017-02-24 06:33:03.861385'
),(
125
,
'payment'
,
'0005_paypalwebprofile'
,
'2017-02-24 06:33:03.997155'
),(
126
,
'payment'
,
'0006_enable_payment_processors'
,
'2017-02-24 06:33:04.054160'
),(
127
,
'payment'
,
'0007_add_cybersource_level23_sample'
,
'2017-02-24 06:33:04.118786'
),(
128
,
'payment'
,
'0008_remove_cybersource_level23_sample'
,
'2017-02-24 06:33:04.173193'
),(
129
,
'payment'
,
'0009_auto_20161025_1446'
,
'2017-02-24 06:33:04.568246'
),(
130
,
'payment'
,
'0010_create_client_side_checkout_flag'
,
'2017-02-24 06:33:04.614755'
),(
131
,
'payment'
,
'0011_paypalprocessorconfiguration'
,
'2017-02-24 06:33:04.738098'
),(
132
,
'payment'
,
'0012_auto_20161109_1456'
,
'2017-02-24 06:33:04.777041'
),(
133
,
'payment'
,
'0013_sdncheckfailure'
,
'2017-02-24 06:33:04.926800'
),(
134
,
'payment'
,
'0014_sdncheckfailure_site'
,
'2017-02-24 06:33:05.569898'
),(
135
,
'payment'
,
'0015_auto_20170215_2229'
,
'2017-02-24 06:33:06.013124'
),(
136
,
'promotions'
,
'0001_initial'
,
'2017-02-24 06:33:11.900417'
),(
137
,
'promotions'
,
'0002_auto_20150604_1450'
,
'2017-02-24 06:33:12.829239'
),(
138
,
'referrals'
,
'0001_initial'
,
'2017-02-24 06:33:13.772337'
),(
139
,
'referrals'
,
'0002_auto_20161011_1728'
,
'2017-02-24 06:33:17.027281'
),(
140
,
'referrals'
,
'0003_auto_20161027_1738'
,
'2017-02-24 06:33:17.476221'
),(
141
,
'referrals'
,
'0004_auto_20170215_2234'
,
'2017-02-24 06:33:18.592080'
),(
142
,
'refund'
,
'0001_squashed_0002_auto_20150515_2220'
,
'2017-02-24 06:33:21.850927'
),(
143
,
'refund'
,
'0002_auto_20151214_1017'
,
'2017-02-24 06:33:22.813726'
),(
144
,
'reviews'
,
'0001_initial'
,
'2017-02-24 06:33:25.278833'
),(
145
,
'reviews'
,
'0002_update_email_length'
,
'2017-02-24 06:33:25.737694'
),(
146
,
'sailthru'
,
'0001_initial'
,
'2017-02-24 06:33:25.781334'
),(
147
,
'sailthru'
,
'0002_add_basket_attribute_type'
,
'2017-02-24 06:33:25.829728'
),(
148
,
'sessions'
,
'0001_initial'
,
'2017-02-24 06:33:26.030648'
),(
149
,
'shipping'
,
'0001_initial'
,
'2017-02-24 06:33:29.010842'
),(
150
,
'shipping'
,
'0002_auto_20150604_1450'
,
'2017-02-24 06:33:30.611875'
),(
151
,
'sites'
,
'0002_alter_domain_unique'
,
'2017-02-24 06:33:31.180879'
),(
152
,
'default'
,
'0001_initial'
,
'2017-02-24 06:33:32.693319'
),(
153
,
'default'
,
'0002_add_related_name'
,
'2017-02-24 06:33:33.232585'
),(
154
,
'default'
,
'0003_alter_email_max_length'
,
'2017-02-24 06:33:33.517811'
),(
155
,
'default'
,
'0004_auto_20160423_0400'
,
'2017-02-24 06:33:33.953712'
),(
156
,
'social_auth'
,
'0005_auto_20160727_2333'
,
'2017-02-24 06:33:34.084494'
),(
157
,
'theming'
,
'0001_initial'
,
'2017-02-24 06:33:34.651811'
),(
158
,
'thumbnail'
,
'0001_initial'
,
'2017-02-24 06:33:34.781280'
),(
159
,
'voucher'
,
'0002_couponvouchers'
,
'2017-02-24 06:33:35.947546'
),(
160
,
'voucher'
,
'0003_orderlinevouchers'
,
'2017-02-24 06:33:37.099165'
),(
161
,
'voucher'
,
'0004_auto_20160517_0930'
,
'2017-02-24 06:33:38.439554'
),(
162
,
'wishlists'
,
'0001_initial'
,
'2017-02-24 06:33:41.026611'
),(
163
,
'wishlists'
,
'0002_auto_20160111_1108'
,
'2017-02-24 06:33:41.438325'
),(
164
,
'social_auth'
,
'0001_initial'
,
'2017-02-24 06:33:41.467555'
),(
165
,
'social_auth'
,
'0003_alter_email_max_length'
,
'2017-02-24 06:33:41.484949'
),(
166
,
'social_auth'
,
'0004_auto_20160423_0400'
,
'2017-02-24 06:33:41.503212'
),(
167
,
'social_auth'
,
'0002_add_related_name'
,
'2017-02-24 06:33:41.521038'
)
,(
168
,
'auth'
,
'0008_alter_user_username_max_length'
,
'2017-06-07 00:46:32.369624'
),(
169
,
'catalogue'
,
'0024_fix_enrollment_code_slug'
,
'2017-06-07 00:46:32.387441'
),(
170
,
'core'
,
'0027_siteconfiguration_require_account_activation'
,
'2017-06-07 00:46:32.582665'
),(
171
,
'core'
,
'0028_siteconfiguration_optimizely_snippet_src'
,
'2017-06-07 00:46:32.873533'
),(
172
,
'core'
,
'0029_auto_20170525_2131'
,
'2017-06-07 00:46:33.069017'
),(
173
,
'core'
,
'0030_auto_20170525_2134'
,
'2017-06-07 00:46:33.454406'
),(
174
,
'core'
,
'0031_siteconfiguration_enable_sailthru'
,
'2017-06-07 00:46:33.807756'
),(
175
,
'core'
,
'0032_auto_20170602_0516'
,
'2017-06-07 00:46:33.978514'
),(
176
,
'courses'
,
'0005_auto_20170525_0131'
,
'2017-06-07 00:46:34.661731'
),(
177
,
'offer'
,
'0011_auto_20170215_2324'
,
'2017-06-07 00:46:34.826447'
),(
178
,
'offer'
,
'0012_condition_program_uuid'
,
'2017-06-07 00:46:34.998541'
),(
179
,
'partner'
,
'0011_auto_20170525_2138'
,
'2017-06-07 00:46:35.155719'
),(
180
,
'payment'
,
'0016_auto_20170227_1402'
,
'2017-06-07 00:46:35.661190'
),(
181
,
'payment'
,
'0017_auto_20170328_1445'
,
'2017-06-07 00:46:36.121061'
),(
182
,
'programs'
,
'0001_initial'
,
'2017-06-07 00:46:36.162707'
),(
183
,
'reviews'
,
'0003_auto_20160802_1358'
,
'2017-06-07 00:46:36.325581'
),(
184
,
'social_django'
,
'0006_partial'
,
'2017-06-07 00:46:36.366342'
),(
185
,
'social_django'
,
'0002_add_related_name'
,
'2017-06-07 00:46:36.379552'
),(
186
,
'social_django'
,
'0003_alter_email_max_length'
,
'2017-06-07 00:46:36.385923'
),(
187
,
'social_django'
,
'0001_initial'
,
'2017-06-07 00:46:36.392414'
),(
188
,
'social_django'
,
'0004_auto_20160423_0400'
,
'2017-06-07 00:46:36.399934'
),(
189
,
'social_django'
,
'0005_auto_20160727_2333'
,
'2017-06-07 00:46:36.405930'
)
;
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */
;
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
...
@@ -1467,7 +1475,7 @@ CREATE TABLE `ecommerce_user` (
...
@@ -1467,7 +1475,7 @@ CREATE TABLE `ecommerce_user` (
`password`
varchar
(
128
)
NOT
NULL
,
`password`
varchar
(
128
)
NOT
NULL
,
`last_login`
datetime
(
6
)
DEFAULT
NULL
,
`last_login`
datetime
(
6
)
DEFAULT
NULL
,
`is_superuser`
tinyint
(
1
)
NOT
NULL
,
`is_superuser`
tinyint
(
1
)
NOT
NULL
,
`username`
varchar
(
3
0
)
NOT
NULL
,
`username`
varchar
(
15
0
)
NOT
NULL
,
`first_name`
varchar
(
30
)
NOT
NULL
,
`first_name`
varchar
(
30
)
NOT
NULL
,
`last_name`
varchar
(
30
)
NOT
NULL
,
`last_name`
varchar
(
30
)
NOT
NULL
,
`email`
varchar
(
254
)
NOT
NULL
,
`email`
varchar
(
254
)
NOT
NULL
,
...
@@ -1478,7 +1486,7 @@ CREATE TABLE `ecommerce_user` (
...
@@ -1478,7 +1486,7 @@ CREATE TABLE `ecommerce_user` (
`tracking_context`
longtext
,
`tracking_context`
longtext
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`username`
(
`username`
)
UNIQUE
KEY
`username`
(
`username`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
3
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
4
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
--
...
@@ -1487,7 +1495,7 @@ CREATE TABLE `ecommerce_user` (
...
@@ -1487,7 +1495,7 @@ CREATE TABLE `ecommerce_user` (
LOCK
TABLES
`ecommerce_user`
WRITE
;
LOCK
TABLES
`ecommerce_user`
WRITE
;
/*!40000 ALTER TABLE `ecommerce_user` DISABLE KEYS */
;
/*!40000 ALTER TABLE `ecommerce_user` DISABLE KEYS */
;
INSERT
INTO
`ecommerce_user`
VALUES
(
1
,
'!42oN0cVUBMItncLvnRbTrT0DwGiqmBdGkX5PkIJW'
,
NULL
,
0
,
'ecommerce_worker'
,
''
,
''
,
''
,
1
,
1
,
'2017-02-24 06:32:26.319475'
,
NULL
,
NULL
),(
2
,
'pbkdf2_sha256$24000$ObcwrQ5pn1rI$1QlZnr3qa2x0p8ISYszEDIzg47KbfNs8buYCDYG7LuY='
,
NULL
,
1
,
'edx'
,
''
,
''
,
'edx@example.com'
,
1
,
1
,
'2017-02-24 06:40:16.548891'
,
NULL
,
NULL
);
INSERT
INTO
`ecommerce_user`
VALUES
(
1
,
'!42oN0cVUBMItncLvnRbTrT0DwGiqmBdGkX5PkIJW'
,
NULL
,
0
,
'ecommerce_worker'
,
''
,
''
,
''
,
1
,
1
,
'2017-02-24 06:32:26.319475'
,
NULL
,
NULL
),(
2
,
'pbkdf2_sha256$24000$ObcwrQ5pn1rI$1QlZnr3qa2x0p8ISYszEDIzg47KbfNs8buYCDYG7LuY='
,
NULL
,
1
,
'edx'
,
''
,
''
,
'edx@example.com'
,
1
,
1
,
'2017-02-24 06:40:16.548891'
,
NULL
,
NULL
)
,(
3
,
''
,
NULL
,
0
,
'discovery_worker'
,
''
,
''
,
'discovery_worker@example.com'
,
1
,
1
,
'2017-06-07 00:48:12.205834'
,
NULL
,
NULL
)
;
/*!40000 ALTER TABLE `ecommerce_user` ENABLE KEYS */
;
/*!40000 ALTER TABLE `ecommerce_user` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
...
@@ -1562,14 +1570,14 @@ CREATE TABLE `invoice_historicalinvoice` (
...
@@ -1562,14 +1570,14 @@ CREATE TABLE `invoice_historicalinvoice` (
`history_type`
varchar
(
1
)
NOT
NULL
,
`history_type`
varchar
(
1
)
NOT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`business_client_id`
int
(
11
),
`business_client_id`
int
(
11
)
DEFAULT
NULL
,
`order_id`
int
(
11
),
`order_id`
int
(
11
)
DEFAULT
NULL
,
`discount_type`
varchar
(
255
),
`discount_type`
varchar
(
255
)
DEFAULT
NULL
,
`discount_value`
int
(
10
)
unsigned
,
`discount_value`
int
(
10
)
unsigned
DEFAULT
NULL
,
`number`
varchar
(
255
),
`number`
varchar
(
255
)
DEFAULT
NULL
,
`payment_date`
datetime
(
6
),
`payment_date`
datetime
(
6
)
DEFAULT
NULL
,
`tax_deducted_source`
int
(
10
)
unsigned
,
`tax_deducted_source`
int
(
10
)
unsigned
DEFAULT
NULL
,
`type`
varchar
(
255
),
`type`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`history_id`
),
PRIMARY
KEY
(
`history_id`
),
KEY
`invoice_historical_history_user_id_65f31e67_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`invoice_historical_history_user_id_65f31e67_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`invoice_historicalinvoice_b80bb774`
(
`id`
),
KEY
`invoice_historicalinvoice_b80bb774`
(
`id`
),
...
@@ -1600,14 +1608,14 @@ CREATE TABLE `invoice_invoice` (
...
@@ -1600,14 +1608,14 @@ CREATE TABLE `invoice_invoice` (
`modified`
datetime
(
6
)
NOT
NULL
,
`modified`
datetime
(
6
)
NOT
NULL
,
`state`
varchar
(
255
)
NOT
NULL
,
`state`
varchar
(
255
)
NOT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`business_client_id`
int
(
11
),
`business_client_id`
int
(
11
)
DEFAULT
NULL
,
`order_id`
int
(
11
),
`order_id`
int
(
11
)
DEFAULT
NULL
,
`discount_type`
varchar
(
255
),
`discount_type`
varchar
(
255
)
DEFAULT
NULL
,
`discount_value`
int
(
10
)
unsigned
,
`discount_value`
int
(
10
)
unsigned
DEFAULT
NULL
,
`number`
varchar
(
255
),
`number`
varchar
(
255
)
DEFAULT
NULL
,
`payment_date`
datetime
(
6
),
`payment_date`
datetime
(
6
)
DEFAULT
NULL
,
`tax_deducted_source`
int
(
10
)
unsigned
,
`tax_deducted_source`
int
(
10
)
unsigned
DEFAULT
NULL
,
`type`
varchar
(
255
),
`type`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`invoice_invoice_8b99fbf1`
(
`business_client_id`
),
KEY
`invoice_invoice_8b99fbf1`
(
`business_client_id`
),
KEY
`invoice_invoice_69dfcb07`
(
`order_id`
),
KEY
`invoice_invoice_69dfcb07`
(
`order_id`
),
...
@@ -1639,7 +1647,7 @@ CREATE TABLE `offer_benefit` (
...
@@ -1639,7 +1647,7 @@ CREATE TABLE `offer_benefit` (
`value`
decimal
(
12
,
2
)
DEFAULT
NULL
,
`value`
decimal
(
12
,
2
)
DEFAULT
NULL
,
`max_affected_items`
int
(
10
)
unsigned
DEFAULT
NULL
,
`max_affected_items`
int
(
10
)
unsigned
DEFAULT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`range_id`
int
(
11
),
`range_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`offer_benefit_ee6537b7`
(
`range_id`
),
KEY
`offer_benefit_ee6537b7`
(
`range_id`
),
CONSTRAINT
`offer_benefit_range_id_ab19c5ab_fk_offer_range_id`
FOREIGN
KEY
(
`range_id`
)
REFERENCES
`offer_range`
(
`id`
)
CONSTRAINT
`offer_benefit_range_id_ab19c5ab_fk_offer_range_id`
FOREIGN
KEY
(
`range_id`
)
REFERENCES
`offer_range`
(
`id`
)
...
@@ -1666,9 +1674,9 @@ CREATE TABLE `offer_condition` (
...
@@ -1666,9 +1674,9 @@ CREATE TABLE `offer_condition` (
`type`
varchar
(
128
)
NOT
NULL
,
`type`
varchar
(
128
)
NOT
NULL
,
`value`
decimal
(
12
,
2
)
DEFAULT
NULL
,
`value`
decimal
(
12
,
2
)
DEFAULT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`range_id`
int
(
11
),
`range_id`
int
(
11
)
DEFAULT
NULL
,
`program_uuid`
char
(
32
),
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`proxy_class`
(
`proxy_class`
),
KEY
`offer_condition_ee6537b7`
(
`range_id`
),
KEY
`offer_condition_ee6537b7`
(
`range_id`
),
CONSTRAINT
`offer_condition_range_id_b023a2aa_fk_offer_range_id`
FOREIGN
KEY
(
`range_id`
)
REFERENCES
`offer_range`
(
`id`
)
CONSTRAINT
`offer_condition_range_id_b023a2aa_fk_offer_range_id`
FOREIGN
KEY
(
`range_id`
)
REFERENCES
`offer_range`
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
...
@@ -1710,7 +1718,7 @@ CREATE TABLE `offer_conditionaloffer` (
...
@@ -1710,7 +1718,7 @@ CREATE TABLE `offer_conditionaloffer` (
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`benefit_id`
int
(
11
)
NOT
NULL
,
`benefit_id`
int
(
11
)
NOT
NULL
,
`condition_id`
int
(
11
)
NOT
NULL
,
`condition_id`
int
(
11
)
NOT
NULL
,
`email_domains`
varchar
(
255
),
`email_domains`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`name`
(
`name`
),
UNIQUE
KEY
`name`
(
`name`
),
UNIQUE
KEY
`slug`
(
`slug`
),
UNIQUE
KEY
`slug`
(
`slug`
),
...
@@ -1745,11 +1753,11 @@ CREATE TABLE `offer_range` (
...
@@ -1745,11 +1753,11 @@ CREATE TABLE `offer_range` (
`includes_all_products`
tinyint
(
1
)
NOT
NULL
,
`includes_all_products`
tinyint
(
1
)
NOT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`proxy_class`
varchar
(
255
)
DEFAULT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`catalog_id`
int
(
11
),
`catalog_id`
int
(
11
)
DEFAULT
NULL
,
`catalog_query`
longtext
,
`catalog_query`
longtext
,
`course_seat_types`
varchar
(
255
)
DEFAULT
NULL
,
`course_seat_types`
varchar
(
255
)
DEFAULT
NULL
,
`course_catalog`
int
(
10
)
unsigned
,
`course_catalog`
int
(
10
)
unsigned
DEFAULT
NULL
,
`enterprise_customer`
char
(
32
),
`enterprise_customer`
char
(
32
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`name`
(
`name`
),
UNIQUE
KEY
`name`
(
`name`
),
UNIQUE
KEY
`slug`
(
`slug`
),
UNIQUE
KEY
`slug`
(
`slug`
),
...
@@ -2096,9 +2104,9 @@ CREATE TABLE `order_line` (
...
@@ -2096,9 +2104,9 @@ CREATE TABLE `order_line` (
`status`
varchar
(
255
)
NOT
NULL
,
`status`
varchar
(
255
)
NOT
NULL
,
`est_dispatch_date`
date
DEFAULT
NULL
,
`est_dispatch_date`
date
DEFAULT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`partner_id`
int
(
11
),
`partner_id`
int
(
11
)
DEFAULT
NULL
,
`product_id`
int
(
11
),
`product_id`
int
(
11
)
DEFAULT
NULL
,
`stockrecord_id`
int
(
11
),
`stockrecord_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`order_line_69dfcb07`
(
`order_id`
),
KEY
`order_line_69dfcb07`
(
`order_id`
),
KEY
`order_line_4e98b6eb`
(
`partner_id`
),
KEY
`order_line_4e98b6eb`
(
`partner_id`
),
...
@@ -2202,9 +2210,9 @@ CREATE TABLE `order_order` (
...
@@ -2202,9 +2210,9 @@ CREATE TABLE `order_order` (
`date_placed`
datetime
(
6
)
NOT
NULL
,
`date_placed`
datetime
(
6
)
NOT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`billing_address_id`
int
(
11
)
DEFAULT
NULL
,
`billing_address_id`
int
(
11
)
DEFAULT
NULL
,
`shipping_address_id`
int
(
11
),
`shipping_address_id`
int
(
11
)
DEFAULT
NULL
,
`site_id`
int
(
11
),
`site_id`
int
(
11
)
DEFAULT
NULL
,
`user_id`
int
(
11
),
`user_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`number`
(
`number`
),
UNIQUE
KEY
`number`
(
`number`
),
KEY
`order_order_basket_id_8b0acbb2_fk_basket_basket_id`
(
`basket_id`
),
KEY
`order_order_basket_id_8b0acbb2_fk_basket_basket_id`
(
`basket_id`
),
...
@@ -2308,8 +2316,8 @@ CREATE TABLE `order_paymentevent` (
...
@@ -2308,8 +2316,8 @@ CREATE TABLE `order_paymentevent` (
`date_created`
datetime
(
6
)
NOT
NULL
,
`date_created`
datetime
(
6
)
NOT
NULL
,
`event_type_id`
int
(
11
)
NOT
NULL
,
`event_type_id`
int
(
11
)
NOT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`shipping_event_id`
int
(
11
),
`shipping_event_id`
int
(
11
)
DEFAULT
NULL
,
`processor_name`
varchar
(
32
),
`processor_name`
varchar
(
32
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`order_paymentevent_5e891baf`
(
`event_type_id`
),
KEY
`order_paymentevent_5e891baf`
(
`event_type_id`
),
KEY
`order_paymentevent_69dfcb07`
(
`order_id`
),
KEY
`order_paymentevent_69dfcb07`
(
`order_id`
),
...
@@ -2818,7 +2826,8 @@ CREATE TABLE `payment_sdncheckfailure` (
...
@@ -2818,7 +2826,8 @@ CREATE TABLE `payment_sdncheckfailure` (
`username`
varchar
(
255
)
NOT
NULL
,
`username`
varchar
(
255
)
NOT
NULL
,
`country`
varchar
(
2
)
NOT
NULL
,
`country`
varchar
(
2
)
NOT
NULL
,
`sdn_check_response`
longtext
NOT
NULL
,
`sdn_check_response`
longtext
NOT
NULL
,
`site_id`
int
(
11
),
`site_id`
int
(
11
)
DEFAULT
NULL
,
`city`
varchar
(
32
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`payment_sdncheckfailure_9365d6e7`
(
`site_id`
),
KEY
`payment_sdncheckfailure_9365d6e7`
(
`site_id`
),
CONSTRAINT
`payment_sdncheckfailure_site_id_202cf400_fk_django_site_id`
FOREIGN
KEY
(
`site_id`
)
REFERENCES
`django_site`
(
`id`
)
CONSTRAINT
`payment_sdncheckfailure_site_id_202cf400_fk_django_site_id`
FOREIGN
KEY
(
`site_id`
)
REFERENCES
`django_site`
(
`id`
)
...
@@ -2835,6 +2844,33 @@ LOCK TABLES `payment_sdncheckfailure` WRITE;
...
@@ -2835,6 +2844,33 @@ LOCK TABLES `payment_sdncheckfailure` WRITE;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
--
--
-- Table structure for table `payment_sdncheckfailure_products`
--
/*!40101 SET @saved_cs_client = @@character_set_client */
;
/*!40101 SET character_set_client = utf8 */
;
CREATE
TABLE
`payment_sdncheckfailure_products`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`sdncheckfailure_id`
int
(
11
)
NOT
NULL
,
`product_id`
int
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`payment_sdncheckfailure_product_sdncheckfailure_id_5e39885c_uniq`
(
`sdncheckfailure_id`
,
`product_id`
),
KEY
`payment_sdncheckfail_product_id_6d431270_fk_catalogue_product_id`
(
`product_id`
),
CONSTRAINT
`paymen_sdncheckfailure_id_a8c1f0d4_fk_payment_sdncheckfailure_id`
FOREIGN
KEY
(
`sdncheckfailure_id`
)
REFERENCES
`payment_sdncheckfailure`
(
`id`
),
CONSTRAINT
`payment_sdncheckfail_product_id_6d431270_fk_catalogue_product_id`
FOREIGN
KEY
(
`product_id`
)
REFERENCES
`catalogue_product`
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
-- Dumping data for table `payment_sdncheckfailure_products`
--
LOCK
TABLES
`payment_sdncheckfailure_products`
WRITE
;
/*!40000 ALTER TABLE `payment_sdncheckfailure_products` DISABLE KEYS */
;
/*!40000 ALTER TABLE `payment_sdncheckfailure_products` ENABLE KEYS */
;
UNLOCK
TABLES
;
--
-- Table structure for table `payment_source`
-- Table structure for table `payment_source`
--
--
...
@@ -2850,7 +2886,7 @@ CREATE TABLE `payment_source` (
...
@@ -2850,7 +2886,7 @@ CREATE TABLE `payment_source` (
`label`
varchar
(
128
)
NOT
NULL
,
`label`
varchar
(
128
)
NOT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`order_id`
int
(
11
)
NOT
NULL
,
`source_type_id`
int
(
11
)
NOT
NULL
,
`source_type_id`
int
(
11
)
NOT
NULL
,
`card_type`
varchar
(
255
),
`card_type`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`payment_source_order_id_6b7f2215_fk_order_order_id`
(
`order_id`
),
KEY
`payment_source_order_id_6b7f2215_fk_order_order_id`
(
`order_id`
),
KEY
`payment_source_ed5cb66b`
(
`source_type_id`
),
KEY
`payment_source_ed5cb66b`
(
`source_type_id`
),
...
@@ -3256,7 +3292,7 @@ CREATE TABLE `referrals_referral` (
...
@@ -3256,7 +3292,7 @@ CREATE TABLE `referrals_referral` (
`affiliate_id`
varchar
(
255
)
NOT
NULL
,
`affiliate_id`
varchar
(
255
)
NOT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`basket_id`
int
(
11
)
DEFAULT
NULL
,
`order_id`
int
(
11
)
DEFAULT
NULL
,
`order_id`
int
(
11
)
DEFAULT
NULL
,
`site_id`
int
(
11
),
`site_id`
int
(
11
)
DEFAULT
NULL
,
`utm_campaign`
varchar
(
255
)
NOT
NULL
,
`utm_campaign`
varchar
(
255
)
NOT
NULL
,
`utm_content`
varchar
(
255
)
NOT
NULL
,
`utm_content`
varchar
(
255
)
NOT
NULL
,
`utm_created_at`
datetime
(
6
)
DEFAULT
NULL
,
`utm_created_at`
datetime
(
6
)
DEFAULT
NULL
,
...
@@ -3335,7 +3371,7 @@ CREATE TABLE `refund_historicalrefundline` (
...
@@ -3335,7 +3371,7 @@ CREATE TABLE `refund_historicalrefundline` (
`history_type`
varchar
(
1
)
NOT
NULL
,
`history_type`
varchar
(
1
)
NOT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`history_user_id`
int
(
11
)
DEFAULT
NULL
,
`order_line_id`
int
(
11
)
DEFAULT
NULL
,
`order_line_id`
int
(
11
)
DEFAULT
NULL
,
`refund_id`
int
(
11
),
`refund_id`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`history_id`
),
PRIMARY
KEY
(
`history_id`
),
KEY
`refund_historicalr_history_user_id_1b172964_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`refund_historicalr_history_user_id_1b172964_fk_ecommerce_user_id`
(
`history_user_id`
),
KEY
`refund_historicalrefundline_b80bb774`
(
`id`
),
KEY
`refund_historicalrefundline_b80bb774`
(
`id`
),
...
@@ -3700,6 +3736,32 @@ LOCK TABLES `social_auth_nonce` WRITE;
...
@@ -3700,6 +3736,32 @@ LOCK TABLES `social_auth_nonce` WRITE;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
--
--
-- Table structure for table `social_auth_partial`
--
/*!40101 SET @saved_cs_client = @@character_set_client */
;
/*!40101 SET character_set_client = utf8 */
;
CREATE
TABLE
`social_auth_partial`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`token`
varchar
(
32
)
NOT
NULL
,
`next_step`
smallint
(
5
)
unsigned
NOT
NULL
,
`backend`
varchar
(
32
)
NOT
NULL
,
`data`
longtext
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
KEY
`social_auth_partial_94a08da1`
(
`token`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
-- Dumping data for table `social_auth_partial`
--
LOCK
TABLES
`social_auth_partial`
WRITE
;
/*!40000 ALTER TABLE `social_auth_partial` DISABLE KEYS */
;
/*!40000 ALTER TABLE `social_auth_partial` ENABLE KEYS */
;
UNLOCK
TABLES
;
--
-- Table structure for table `social_auth_usersocialauth`
-- Table structure for table `social_auth_usersocialauth`
--
--
...
@@ -4182,4 +4244,4 @@ UNLOCK TABLES;
...
@@ -4182,4 +4244,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2017-0
2-24 13:35:19
-- Dump completed on 2017-0
6-07 1:03:11
edxapp.sql
View file @
98a9a5e2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
edxapp_csmh.sql
View file @
98a9a5e2
-- MySQL dump 10.13 Distrib 5.6.3
5
, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 5.6.3
6
, for Linux (x86_64)
--
--
-- Host: localhost Database: edxapp_csmh
-- Host: localhost Database: edxapp_csmh
-- ------------------------------------------------------
-- ------------------------------------------------------
-- Server version 5.6.3
5
-- Server version 5.6.3
6
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
...
@@ -65,7 +65,7 @@ CREATE TABLE `django_migrations` (
...
@@ -65,7 +65,7 @@ CREATE TABLE `django_migrations` (
`name`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`applied`
datetime
(
6
)
NOT
NULL
,
`applied`
datetime
(
6
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
35
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
69
DEFAULT
CHARSET
=
utf8
;
/*!40101 SET character_set_client = @saved_cs_client */
;
/*!40101 SET character_set_client = @saved_cs_client */
;
--
--
...
@@ -74,7 +74,7 @@ CREATE TABLE `django_migrations` (
...
@@ -74,7 +74,7 @@ CREATE TABLE `django_migrations` (
LOCK
TABLES
`django_migrations`
WRITE
;
LOCK
TABLES
`django_migrations`
WRITE
;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */
;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */
;
INSERT
INTO
`django_migrations`
VALUES
(
1
,
'contenttypes'
,
'0001_initial'
,
'2016-12-17 21:30:28.505194'
),(
2
,
'auth'
,
'0001_initial'
,
'2016-12-17 21:30:28.623739'
),(
3
,
'admin'
,
'0001_initial'
,
'2016-12-17 21:30:28.718110'
),(
4
,
'sites'
,
'0001_initial'
,
'2016-12-17 21:30:28.757525'
),(
5
,
'contenttypes'
,
'0002_remove_content_type_name'
,
'2016-12-17 21:30:28.927188'
),(
6
,
'api_admin'
,
'0001_initial'
,
'2016-12-17 21:30:29.051582'
),(
7
,
'api_admin'
,
'0002_auto_20160325_1604'
,
'2016-12-17 21:30:29.170420'
),(
8
,
'api_admin'
,
'0003_auto_20160404_1618'
,
'2016-12-17 21:30:29.515374'
),(
9
,
'api_admin'
,
'0004_auto_20160412_1506'
,
'2016-12-17 21:30:29.792546'
),(
10
,
'api_admin'
,
'0005_auto_20160414_1232'
,
'2016-12-17 21:30:29.895633'
),(
11
,
'api_admin'
,
'0006_catalog'
,
'2016-12-17 21:30:29.935659'
),(
12
,
'assessment'
,
'0001_initial'
,
'2016-12-17 21:30:31.459234'
),(
13
,
'assessment'
,
'0002_staffworkflow'
,
'2016-12-17 21:30:31.520779'
),(
14
,
'auth'
,
'0002_alter_permission_name_max_length'
,
'2016-12-17 21:30:31.616835'
),(
15
,
'auth'
,
'0003_alter_user_email_max_length'
,
'2016-12-17 21:30:31.733266'
),(
16
,
'auth'
,
'0004_alter_user_username_opts'
,
'2016-12-17 21:30:31.839695'
),(
17
,
'auth'
,
'0005_alter_user_last_login_null'
,
'2016-12-17 21:30:31.946886'
),(
18
,
'auth'
,
'0006_require_contenttypes_0002'
,
'2016-12-17 21:30:31.973266'
),(
19
,
'instructor_task'
,
'0001_initial'
,
'2016-12-17 21:30:32.070121'
),(
20
,
'certificates'
,
'0001_initial'
,
'2016-12-17 21:30:32.890502'
),(
21
,
'certificates'
,
'0002_data__certificatehtmlviewconfiguration_data'
,
'2016-12-17 21:30:32.955557'
),(
22
,
'certificates'
,
'0003_data__default_modes'
,
'2016-12-17 21:30:32.998844'
),(
23
,
'certificates'
,
'0004_certificategenerationhistory'
,
'2016-12-17 21:30:33.123344'
),(
24
,
'certificates'
,
'0005_auto_20151208_0801'
,
'2016-12-17 21:30:33.275835'
),(
25
,
'certificates'
,
'0006_certificatetemplateasset_asset_slug'
,
'2016-12-17 21:30:33.310157'
),(
26
,
'certificates'
,
'0007_certificateinvalidation'
,
'2016-12-17 21:30:33.444878'
),(
27
,
'badges'
,
'0001_initial'
,
'2016-12-17 21:30:33.685873'
),(
28
,
'badges'
,
'0002_data__migrate_assertions'
,
'2016-12-17 21:30:33.726406'
),(
29
,
'badges'
,
'0003_schema__add_event_configuration'
,
'2016-12-17 21:30:34.013221'
),(
30
,
'bookmarks'
,
'0001_initial'
,
'2016-12-17 21:30:34.475781'
),(
31
,
'branding'
,
'0001_initial'
,
'2016-12-17 21:30:34.793962'
),(
32
,
'course_groups'
,
'0001_initial'
,
'2016-12-17 21:30:36.088247'
),(
33
,
'bulk_email'
,
'0001_initial'
,
'2016-12-17 21:30:36.718426'
),(
34
,
'bulk_email'
,
'0002_data__load_course_email_template'
,
'2016-12-17 21:30:36.756662'
),(
35
,
'bulk_email'
,
'0003_config_model_feature_flag'
,
'2016-12-17 21:30:36.971127'
),(
36
,
'bulk_email'
,
'0004_add_email_targets'
,
'2016-12-17 21:30:37.662273'
),(
37
,
'bulk_email'
,
'0005_move_target_data'
,
'2016-12-17 21:30:37.706454'
),(
38
,
'catalog'
,
'0001_initial'
,
'2016-12-17 21:30:37.954117'
),(
39
,
'certificates'
,
'0008_schema__remove_badges'
,
'2016-12-17 21:30:38.443508'
),(
40
,
'commerce'
,
'0001_data__add_ecommerce_service_user'
,
'2016-12-17 21:30:38.499445'
),(
41
,
'commerce'
,
'0002_commerceconfiguration'
,
'2016-12-17 21:30:38.739545'
),(
42
,
'commerce'
,
'0003_auto_20160329_0709'
,
'2016-12-17 21:30:38.999318'
),(
43
,
'commerce'
,
'0004_auto_20160531_0950'
,
'2016-12-17 21:30:39.496923'
),(
44
,
'contentserver'
,
'0001_initial'
,
'2016-12-17 21:30:39.776248'
),(
45
,
'contentserver'
,
'0002_cdnuseragentsconfig'
,
'2016-12-17 21:30:40.061875'
),(
46
,
'cors_csrf'
,
'0001_initial'
,
'2016-12-17 21:30:40.308955'
),(
47
,
'course_action_state'
,
'0001_initial'
,
'2016-12-17 21:30:40.818977'
),(
48
,
'course_modes'
,
'0001_initial'
,
'2016-12-17 21:30:40.908209'
),(
49
,
'course_modes'
,
'0002_coursemode_expiration_datetime_is_explicit'
,
'2016-12-17 21:30:40.945208'
),(
50
,
'course_modes'
,
'0003_auto_20151113_1443'
,
'2016-12-17 21:30:41.000993'
),(
51
,
'course_modes'
,
'0004_auto_20151113_1457'
,
'2016-12-17 21:30:41.269098'
),(
52
,
'course_modes'
,
'0005_auto_20151217_0958'
,
'2016-12-17 21:30:41.326778'
),(
53
,
'course_modes'
,
'0006_auto_20160208_1407'
,
'2016-12-17 21:30:41.635635'
),(
54
,
'course_modes'
,
'0007_coursemode_bulk_sku'
,
'2016-12-17 21:30:41.674830'
),(
55
,
'course_overviews'
,
'0001_initial'
,
'2016-12-17 21:30:41.755403'
),(
56
,
'course_overviews'
,
'0002_add_course_catalog_fields'
,
'2016-12-17 21:30:41.939908'
),(
57
,
'course_overviews'
,
'0003_courseoverviewgeneratedhistory'
,
'2016-12-17 21:30:44.826858'
),(
58
,
'course_overviews'
,
'0004_courseoverview_org'
,
'2016-12-17 21:30:44.877007'
),(
59
,
'course_overviews'
,
'0005_delete_courseoverviewgeneratedhistory'
,
'2016-12-17 21:30:44.928707'
),(
60
,
'course_overviews'
,
'0006_courseoverviewimageset'
,
'2016-12-17 21:30:45.025353'
),(
61
,
'course_overviews'
,
'0007_courseoverviewimageconfig'
,
'2016-12-17 21:30:45.242695'
),(
62
,
'course_overviews'
,
'0008_remove_courseoverview_facebook_url'
,
'2016-12-17 21:30:45.257312'
),(
63
,
'course_overviews'
,
'0009_readd_facebook_url'
,
'2016-12-17 21:30:45.318911'
),(
64
,
'course_overviews'
,
'0010_auto_20160329_2317'
,
'2016-12-17 21:30:45.411705'
),(
65
,
'course_structures'
,
'0001_initial'
,
'2016-12-17 21:30:45.454214'
),(
66
,
'coursetalk'
,
'0001_initial'
,
'2016-12-17 21:30:45.691992'
),(
67
,
'coursetalk'
,
'0002_auto_20160325_0631'
,
'2016-12-17 21:30:45.884575'
),(
68
,
'courseware'
,
'0001_initial'
,
'2016-12-17 21:30:48.778894'
),(
69
,
'coursewarehistoryextended'
,
'0001_initial'
,
'2016-12-17 21:30:49.423427'
),(
70
,
'coursewarehistoryextended'
,
'0002_force_studentmodule_index'
,
'2016-12-17 21:30:49.784372'
),(
71
,
'credentials'
,
'0001_initial'
,
'2016-12-17 21:30:50.086610'
),(
72
,
'credentials'
,
'0002_auto_20160325_0631'
,
'2016-12-17 21:30:50.395102'
),(
73
,
'credit'
,
'0001_initial'
,
'2016-12-17 21:30:52.914182'
),(
74
,
'credit'
,
'0002_creditconfig'
,
'2016-12-17 21:30:53.351874'
),(
75
,
'credit'
,
'0003_auto_20160511_2227'
,
'2016-12-17 21:30:53.779850'
),(
76
,
'dark_lang'
,
'0001_initial'
,
'2016-12-17 21:30:54.257157'
),(
77
,
'dark_lang'
,
'0002_data__enable_on_install'
,
'2016-12-17 21:30:54.299218'
),(
78
,
'django_comment_common'
,
'0001_initial'
,
'2016-12-17 21:30:55.103249'
),(
79
,
'django_comment_common'
,
'0002_forumsconfig'
,
'2016-12-17 21:30:55.471448'
),(
80
,
'django_comment_common'
,
'0003_enable_forums'
,
'2016-12-17 21:30:55.509253'
),(
81
,
'django_comment_common'
,
'0004_auto_20161117_1209'
,
'2016-12-17 21:30:55.860866'
),(
82
,
'django_notify'
,
'0001_initial'
,
'2016-12-17 21:30:57.515091'
),(
83
,
'django_openid_auth'
,
'0001_initial'
,
'2016-12-17 21:30:57.978552'
),(
84
,
'oauth2'
,
'0001_initial'
,
'2016-12-17 21:31:00.319373'
),(
85
,
'edx_oauth2_provider'
,
'0001_initial'
,
'2016-12-17 21:31:00.949006'
),(
86
,
'edx_proctoring'
,
'0001_initial'
,
'2016-12-17 21:31:12.175564'
),(
87
,
'edx_proctoring'
,
'0002_proctoredexamstudentattempt_is_status_acknowledged'
,
'2016-12-17 21:31:13.157296'
),(
88
,
'edx_proctoring'
,
'0003_auto_20160101_0525'
,
'2016-12-17 21:31:15.129604'
),(
89
,
'edx_proctoring'
,
'0004_auto_20160201_0523'
,
'2016-12-17 21:31:16.130444'
),(
90
,
'edx_proctoring'
,
'0005_proctoredexam_hide_after_due'
,
'2016-12-17 21:31:17.113544'
),(
91
,
'edxval'
,
'0001_initial'
,
'2016-12-17 21:31:20.331618'
),(
92
,
'edxval'
,
'0002_data__default_profiles'
,
'2016-12-17 21:31:20.372665'
),(
93
,
'edxval'
,
'0003_coursevideo_is_hidden'
,
'2016-12-17 21:31:20.442999'
),(
94
,
'email_marketing'
,
'0001_initial'
,
'2016-12-17 21:31:20.805165'
),(
95
,
'email_marketing'
,
'0002_auto_20160623_1656'
,
'2016-12-17 21:31:24.227033'
),(
96
,
'email_marketing'
,
'0003_auto_20160715_1145'
,
'2016-12-17 21:31:26.533226'
),(
97
,
'embargo'
,
'0001_initial'
,
'2016-12-17 21:31:27.957969'
),(
98
,
'embargo'
,
'0002_data__add_countries'
,
'2016-12-17 21:31:28.263745'
),(
99
,
'enterprise'
,
'0001_initial'
,
'2016-12-17 21:31:28.957784'
),(
100
,
'enterprise'
,
'0002_enterprisecustomerbrandingconfiguration'
,
'2016-12-17 21:31:29.033374'
),(
101
,
'enterprise'
,
'0003_auto_20161104_0937'
,
'2016-12-17 21:31:31.101482'
),(
102
,
'enterprise'
,
'0004_auto_20161114_0434'
,
'2016-12-17 21:31:32.979171'
),(
103
,
'enterprise'
,
'0005_pendingenterprisecustomeruser'
,
'2016-12-17 21:31:33.939715'
),(
104
,
'enterprise'
,
'0006_auto_20161121_0241'
,
'2016-12-17 21:31:34.863432'
),(
105
,
'enterprise'
,
'0007_auto_20161109_1511'
,
'2016-12-17 21:31:36.779853'
),(
106
,
'enterprise'
,
'0008_auto_20161124_2355'
,
'2016-12-17 21:31:39.891187'
),(
107
,
'enterprise'
,
'0009_auto_20161130_1651'
,
'2016-12-17 21:31:46.026321'
),(
108
,
'external_auth'
,
'0001_initial'
,
'2016-12-17 21:31:48.247622'
),(
109
,
'grades'
,
'0001_initial'
,
'2016-12-17 21:31:48.439748'
),(
110
,
'grades'
,
'0002_rename_last_edited_field'
,
'2016-12-17 21:31:48.500681'
),(
111
,
'grades'
,
'0003_coursepersistentgradesflag_persistentgradesenabledflag'
,
'2016-12-17 21:31:50.765829'
),(
112
,
'grades'
,
'0004_visibleblocks_course_id'
,
'2016-12-17 21:31:50.872900'
),(
113
,
'grades'
,
'0005_multiple_course_flags'
,
'2016-12-17 21:31:52.007864'
),(
114
,
'grades'
,
'0006_persistent_course_grades'
,
'2016-12-17 21:31:52.096999'
),(
115
,
'grades'
,
'0007_add_passed_timestamp_column'
,
'2016-12-17 21:31:52.184338'
),(
116
,
'grades'
,
'0008_persistentsubsectiongrade_first_attempted'
,
'2016-12-17 21:31:52.239090'
),(
117
,
'lms_xblock'
,
'0001_initial'
,
'2016-12-17 21:31:55.865882'
),(
118
,
'microsite_configuration'
,
'0001_initial'
,
'2016-12-17 21:32:00.352651'
),(
119
,
'microsite_configuration'
,
'0002_auto_20160202_0228'
,
'2016-12-17 21:32:01.685077'
),(
120
,
'milestones'
,
'0001_initial'
,
'2016-12-17 21:32:02.357572'
),(
121
,
'milestones'
,
'0002_data__seed_relationship_types'
,
'2016-12-17 21:32:02.408134'
),(
122
,
'milestones'
,
'0003_coursecontentmilestone_requirements'
,
'2016-12-17 21:32:02.491874'
),(
123
,
'milestones'
,
'0004_auto_20151221_1445'
,
'2016-12-17 21:32:02.820002'
),(
124
,
'mobile_api'
,
'0001_initial'
,
'2016-12-17 21:32:03.575717'
),(
125
,
'mobile_api'
,
'0002_auto_20160406_0904'
,
'2016-12-17 21:32:03.684343'
),(
126
,
'notes'
,
'0001_initial'
,
'2016-12-17 21:32:04.599778'
),(
127
,
'oauth2'
,
'0002_auto_20160404_0813'
,
'2016-12-17 21:32:07.890890'
),(
128
,
'oauth2'
,
'0003_client_logout_uri'
,
'2016-12-17 21:32:08.977788'
),(
129
,
'oauth2'
,
'0004_add_index_on_grant_expires'
,
'2016-12-17 21:32:10.045008'
),(
130
,
'oauth2_provider'
,
'0001_initial'
,
'2016-12-17 21:32:14.596267'
),(
131
,
'oauth2_provider'
,
'0002_08_updates'
,
'2016-12-17 21:32:18.200314'
),(
132
,
'oauth_dispatch'
,
'0001_initial'
,
'2016-12-17 21:32:19.485230'
),(
133
,
'oauth_provider'
,
'0001_initial'
,
'2016-12-17 21:32:22.141621'
),(
134
,
'organizations'
,
'0001_initial'
,
'2016-12-17 21:32:22.298715'
),(
135
,
'problem_builder'
,
'0001_initial'
,
'2016-12-17 21:32:22.399239'
),(
136
,
'problem_builder'
,
'0002_auto_20160121_1525'
,
'2016-12-17 21:32:24.999678'
),(
137
,
'problem_builder'
,
'0003_auto_20161124_0755'
,
'2016-12-17 21:32:25.109541'
),(
138
,
'programs'
,
'0001_initial'
,
'2016-12-17 21:32:26.490436'
),(
139
,
'programs'
,
'0002_programsapiconfig_cache_ttl'
,
'2016-12-17 21:32:27.857435'
),(
140
,
'programs'
,
'0003_auto_20151120_1613'
,
'2016-12-17 21:32:34.236406'
),(
141
,
'programs'
,
'0004_programsapiconfig_enable_certification'
,
'2016-12-17 21:32:34.812108'
),(
142
,
'programs'
,
'0005_programsapiconfig_max_retries'
,
'2016-12-17 21:32:35.393887'
),(
143
,
'programs'
,
'0006_programsapiconfig_xseries_ad_enabled'
,
'2016-12-17 21:32:36.077073'
),(
144
,
'programs'
,
'0007_programsapiconfig_program_listing_enabled'
,
'2016-12-17 21:32:36.864433'
),(
145
,
'programs'
,
'0008_programsapiconfig_program_details_enabled'
,
'2016-12-17 21:32:37.620230'
),(
146
,
'programs'
,
'0009_programsapiconfig_marketing_path'
,
'2016-12-17 21:32:38.515400'
),(
147
,
'redirects'
,
'0001_initial'
,
'2016-12-17 21:32:39.643958'
),(
148
,
'rss_proxy'
,
'0001_initial'
,
'2016-12-17 21:32:39.704874'
),(
149
,
'self_paced'
,
'0001_initial'
,
'2016-12-17 21:32:40.875492'
),(
150
,
'sessions'
,
'0001_initial'
,
'2016-12-17 21:32:40.945170'
),(
151
,
'student'
,
'0001_initial'
,
'2016-12-17 21:33:21.977963'
),(
152
,
'shoppingcart'
,
'0001_initial'
,
'2016-12-17 21:33:50.995529'
),(
153
,
'shoppingcart'
,
'0002_auto_20151208_1034'
,
'2016-12-17 21:33:55.329721'
),(
154
,
'shoppingcart'
,
'0003_auto_20151217_0958'
,
'2016-12-17 21:33:59.912392'
),(
155
,
'site_configuration'
,
'0001_initial'
,
'2016-12-17 21:34:04.677398'
),(
156
,
'site_configuration'
,
'0002_auto_20160720_0231'
,
'2016-12-17 21:34:08.729573'
),(
157
,
'default'
,
'0001_initial'
,
'2016-12-17 21:34:16.891351'
),(
158
,
'default'
,
'0002_add_related_name'
,
'2016-12-17 21:34:17.664617'
),(
159
,
'default'
,
'0003_alter_email_max_length'
,
'2016-12-17 21:34:17.732051'
),(
160
,
'default'
,
'0004_auto_20160423_0400'
,
'2016-12-17 21:34:18.476339'
),(
161
,
'social_auth'
,
'0005_auto_20160727_2333'
,
'2016-12-17 21:34:18.549133'
),(
162
,
'splash'
,
'0001_initial'
,
'2016-12-17 21:34:19.396195'
),(
163
,
'static_replace'
,
'0001_initial'
,
'2016-12-17 21:34:20.198862'
),(
164
,
'static_replace'
,
'0002_assetexcludedextensionsconfig'
,
'2016-12-17 21:34:21.005088'
),(
165
,
'status'
,
'0001_initial'
,
'2016-12-17 21:34:22.770434'
),(
166
,
'student'
,
'0002_auto_20151208_1034'
,
'2016-12-17 21:34:24.545829'
),(
167
,
'student'
,
'0003_auto_20160516_0938'
,
'2016-12-17 21:34:27.160603'
),(
168
,
'student'
,
'0004_auto_20160531_1422'
,
'2016-12-17 21:34:28.693959'
),(
169
,
'student'
,
'0005_auto_20160531_1653'
,
'2016-12-17 21:34:30.308549'
),(
170
,
'student'
,
'0006_logoutviewconfiguration'
,
'2016-12-17 21:34:31.957635'
),(
171
,
'student'
,
'0007_registrationcookieconfiguration'
,
'2016-12-17 21:34:33.555787'
),(
172
,
'student'
,
'0008_auto_20161117_1209'
,
'2016-12-17 21:34:35.170434'
),(
173
,
'submissions'
,
'0001_initial'
,
'2016-12-17 21:34:35.740972'
),(
174
,
'submissions'
,
'0002_auto_20151119_0913'
,
'2016-12-17 21:34:36.022354'
),(
175
,
'submissions'
,
'0003_submission_status'
,
'2016-12-17 21:34:36.139134'
),(
176
,
'survey'
,
'0001_initial'
,
'2016-12-17 21:34:38.285443'
),(
177
,
'teams'
,
'0001_initial'
,
'2016-12-17 21:34:47.967805'
),(
178
,
'theming'
,
'0001_initial'
,
'2016-12-17 21:34:50.933332'
),(
179
,
'third_party_auth'
,
'0001_initial'
,
'2016-12-17 21:35:03.447321'
),(
180
,
'third_party_auth'
,
'0002_schema__provider_icon_image'
,
'2016-12-17 21:35:12.758783'
),(
181
,
'third_party_auth'
,
'0003_samlproviderconfig_debug_mode'
,
'2016-12-17 21:35:14.707968'
),(
182
,
'third_party_auth'
,
'0004_add_visible_field'
,
'2016-12-17 21:35:27.189553'
),(
183
,
'third_party_auth'
,
'0005_add_site_field'
,
'2016-12-17 21:35:37.943161'
),(
184
,
'track'
,
'0001_initial'
,
'2016-12-17 21:35:38.014287'
),(
185
,
'user_api'
,
'0001_initial'
,
'2016-12-17 21:35:53.143605'
),(
186
,
'util'
,
'0001_initial'
,
'2016-12-17 21:35:55.990480'
),(
187
,
'util'
,
'0002_data__default_rate_limit_config'
,
'2016-12-17 21:35:59.057428'
),(
188
,
'verified_track_content'
,
'0001_initial'
,
'2016-12-17 21:35:59.137003'
),(
189
,
'verified_track_content'
,
'0002_verifiedtrackcohortedcourse_verified_cohort_name'
,
'2016-12-17 21:35:59.232551'
),(
190
,
'verify_student'
,
'0001_initial'
,
'2016-12-17 21:36:13.458907'
),(
191
,
'verify_student'
,
'0002_auto_20151124_1024'
,
'2016-12-17 21:36:15.306038'
),(
192
,
'verify_student'
,
'0003_auto_20151113_1443'
,
'2016-12-17 21:36:17.179714'
),(
193
,
'wiki'
,
'0001_initial'
,
'2016-12-17 21:37:44.962002'
),(
194
,
'wiki'
,
'0002_remove_article_subscription'
,
'2016-12-17 21:37:45.100781'
),(
195
,
'wiki'
,
'0003_ip_address_conv'
,
'2016-12-17 21:38:02.005894'
),(
196
,
'wiki'
,
'0004_increase_slug_size'
,
'2016-12-17 21:38:07.575914'
),(
197
,
'workflow'
,
'0001_initial'
,
'2016-12-17 21:38:08.029907'
),(
198
,
'xblock_django'
,
'0001_initial'
,
'2016-12-17 21:38:14.509477'
),(
199
,
'xblock_django'
,
'0002_auto_20160204_0809'
,
'2016-12-17 21:38:19.652694'
),(
200
,
'xblock_django'
,
'0003_add_new_config_models'
,
'2016-12-17 21:38:38.326768'
),(
201
,
'xblock_django'
,
'0004_delete_xblock_disable_config'
,
'2016-12-17 21:38:42.344189'
),(
202
,
'social_auth'
,
'0001_initial'
,
'2016-12-17 21:38:42.365949'
),(
203
,
'social_auth'
,
'0003_alter_email_max_length'
,
'2016-12-17 21:38:42.382541'
),(
204
,
'social_auth'
,
'0002_add_related_name'
,
'2016-12-17 21:38:42.398242'
),(
205
,
'social_auth'
,
'0004_auto_20160423_0400'
,
'2016-12-17 21:38:42.415512'
),(
206
,
'contentstore'
,
'0001_initial'
,
'2016-12-17 21:39:54.291871'
),(
207
,
'course_creators'
,
'0001_initial'
,
'2016-12-17 21:39:54.385436'
),(
208
,
'tagging'
,
'0001_initial'
,
'2016-12-17 21:39:54.472126'
),(
209
,
'user_tasks'
,
'0001_initial'
,
'2016-12-17 21:39:55.400065'
),(
210
,
'user_tasks'
,
'0002_artifact_file_storage'
,
'2016-12-17 21:39:55.659426'
),(
211
,
'xblock_config'
,
'0001_initial'
,
'2016-12-17 21:39:55.979871'
),(
212
,
'bulk_email'
,
'0006_course_mode_targets'
,
'2017-02-24 14:40:01.890405'
),(
213
,
'catalog'
,
'0002_catalogintegration_username'
,
'2017-02-24 14:40:02.571142'
),(
214
,
'celery_utils'
,
'0001_initial'
,
'2017-02-24 14:40:02.622527'
),(
215
,
'commerce'
,
'0005_commerceconfiguration_enable_automatic_refund_approval'
,
'2017-02-24 14:40:02.750240'
),(
216
,
'crawlers'
,
'0001_initial'
,
'2017-02-24 14:40:02.961435'
),(
217
,
'database_fixups'
,
'0001_initial'
,
'2017-02-24 14:40:02.994754'
),(
218
,
'email_marketing'
,
'0004_emailmarketingconfiguration_welcome_email_send_delay'
,
'2017-02-24 14:40:03.303394'
),(
219
,
'enterprise'
,
'0010_auto_20161222_1212'
,
'2017-02-24 14:40:04.224293'
),(
220
,
'enterprise'
,
'0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement'
,
'2017-02-24 14:40:05.141731'
),(
221
,
'enterprise'
,
'0012_auto_20170125_1033'
,
'2017-02-24 14:40:06.002155'
),(
222
,
'enterprise'
,
'0013_auto_20170125_1157'
,
'2017-02-24 14:40:07.968592'
),(
223
,
'enterprise'
,
'0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate'
,
'2017-02-24 14:40:09.029173'
),(
224
,
'enterprise'
,
'0015_auto_20170130_0003'
,
'2017-02-24 14:40:10.146783'
),(
225
,
'grades'
,
'0009_auto_20170111_1507'
,
'2017-02-24 14:40:10.221178'
),(
226
,
'grades'
,
'0010_auto_20170112_1156'
,
'2017-02-24 14:40:10.280317'
),(
227
,
'grades'
,
'0011_null_edited_time'
,
'2017-02-24 14:40:10.397467'
),(
228
,
'mobile_api'
,
'0003_ignore_mobile_available_flag'
,
'2017-02-24 14:40:11.589749'
),(
229
,
'organizations'
,
'0002_auto_20170117_1434'
,
'2017-02-24 14:40:11.665179'
),(
230
,
'programs'
,
'0010_auto_20170204_2332'
,
'2017-02-24 14:40:12.996759'
),(
231
,
'student'
,
'0009_auto_20170111_0422'
,
'2017-02-24 14:40:14.323468'
),(
232
,
'student'
,
'0010_auto_20170207_0458'
,
'2017-02-24 14:40:14.344823'
),(
233
,
'waffle'
,
'0001_initial'
,
'2017-02-24 14:40:16.166270'
),(
234
,
'tagging'
,
'0002_auto_20170116_1541'
,
'2017-02-24 14:40:31.691923'
);
INSERT
INTO
`django_migrations`
VALUES
(
1
,
'contenttypes'
,
'0001_initial'
,
'2016-12-17 21:30:28.505194'
),(
2
,
'auth'
,
'0001_initial'
,
'2016-12-17 21:30:28.623739'
),(
3
,
'admin'
,
'0001_initial'
,
'2016-12-17 21:30:28.718110'
),(
4
,
'sites'
,
'0001_initial'
,
'2016-12-17 21:30:28.757525'
),(
5
,
'contenttypes'
,
'0002_remove_content_type_name'
,
'2016-12-17 21:30:28.927188'
),(
6
,
'api_admin'
,
'0001_initial'
,
'2016-12-17 21:30:29.051582'
),(
7
,
'api_admin'
,
'0002_auto_20160325_1604'
,
'2016-12-17 21:30:29.170420'
),(
8
,
'api_admin'
,
'0003_auto_20160404_1618'
,
'2016-12-17 21:30:29.515374'
),(
9
,
'api_admin'
,
'0004_auto_20160412_1506'
,
'2016-12-17 21:30:29.792546'
),(
10
,
'api_admin'
,
'0005_auto_20160414_1232'
,
'2016-12-17 21:30:29.895633'
),(
11
,
'api_admin'
,
'0006_catalog'
,
'2016-12-17 21:30:29.935659'
),(
12
,
'assessment'
,
'0001_initial'
,
'2016-12-17 21:30:31.459234'
),(
13
,
'assessment'
,
'0002_staffworkflow'
,
'2016-12-17 21:30:31.520779'
),(
14
,
'auth'
,
'0002_alter_permission_name_max_length'
,
'2016-12-17 21:30:31.616835'
),(
15
,
'auth'
,
'0003_alter_user_email_max_length'
,
'2016-12-17 21:30:31.733266'
),(
16
,
'auth'
,
'0004_alter_user_username_opts'
,
'2016-12-17 21:30:31.839695'
),(
17
,
'auth'
,
'0005_alter_user_last_login_null'
,
'2016-12-17 21:30:31.946886'
),(
18
,
'auth'
,
'0006_require_contenttypes_0002'
,
'2016-12-17 21:30:31.973266'
),(
19
,
'instructor_task'
,
'0001_initial'
,
'2016-12-17 21:30:32.070121'
),(
20
,
'certificates'
,
'0001_initial'
,
'2016-12-17 21:30:32.890502'
),(
21
,
'certificates'
,
'0002_data__certificatehtmlviewconfiguration_data'
,
'2016-12-17 21:30:32.955557'
),(
22
,
'certificates'
,
'0003_data__default_modes'
,
'2016-12-17 21:30:32.998844'
),(
23
,
'certificates'
,
'0004_certificategenerationhistory'
,
'2016-12-17 21:30:33.123344'
),(
24
,
'certificates'
,
'0005_auto_20151208_0801'
,
'2016-12-17 21:30:33.275835'
),(
25
,
'certificates'
,
'0006_certificatetemplateasset_asset_slug'
,
'2016-12-17 21:30:33.310157'
),(
26
,
'certificates'
,
'0007_certificateinvalidation'
,
'2016-12-17 21:30:33.444878'
),(
27
,
'badges'
,
'0001_initial'
,
'2016-12-17 21:30:33.685873'
),(
28
,
'badges'
,
'0002_data__migrate_assertions'
,
'2016-12-17 21:30:33.726406'
),(
29
,
'badges'
,
'0003_schema__add_event_configuration'
,
'2016-12-17 21:30:34.013221'
),(
30
,
'bookmarks'
,
'0001_initial'
,
'2016-12-17 21:30:34.475781'
),(
31
,
'branding'
,
'0001_initial'
,
'2016-12-17 21:30:34.793962'
),(
32
,
'course_groups'
,
'0001_initial'
,
'2016-12-17 21:30:36.088247'
),(
33
,
'bulk_email'
,
'0001_initial'
,
'2016-12-17 21:30:36.718426'
),(
34
,
'bulk_email'
,
'0002_data__load_course_email_template'
,
'2016-12-17 21:30:36.756662'
),(
35
,
'bulk_email'
,
'0003_config_model_feature_flag'
,
'2016-12-17 21:30:36.971127'
),(
36
,
'bulk_email'
,
'0004_add_email_targets'
,
'2016-12-17 21:30:37.662273'
),(
37
,
'bulk_email'
,
'0005_move_target_data'
,
'2016-12-17 21:30:37.706454'
),(
38
,
'catalog'
,
'0001_initial'
,
'2016-12-17 21:30:37.954117'
),(
39
,
'certificates'
,
'0008_schema__remove_badges'
,
'2016-12-17 21:30:38.443508'
),(
40
,
'commerce'
,
'0001_data__add_ecommerce_service_user'
,
'2016-12-17 21:30:38.499445'
),(
41
,
'commerce'
,
'0002_commerceconfiguration'
,
'2016-12-17 21:30:38.739545'
),(
42
,
'commerce'
,
'0003_auto_20160329_0709'
,
'2016-12-17 21:30:38.999318'
),(
43
,
'commerce'
,
'0004_auto_20160531_0950'
,
'2016-12-17 21:30:39.496923'
),(
44
,
'contentserver'
,
'0001_initial'
,
'2016-12-17 21:30:39.776248'
),(
45
,
'contentserver'
,
'0002_cdnuseragentsconfig'
,
'2016-12-17 21:30:40.061875'
),(
46
,
'cors_csrf'
,
'0001_initial'
,
'2016-12-17 21:30:40.308955'
),(
47
,
'course_action_state'
,
'0001_initial'
,
'2016-12-17 21:30:40.818977'
),(
48
,
'course_modes'
,
'0001_initial'
,
'2016-12-17 21:30:40.908209'
),(
49
,
'course_modes'
,
'0002_coursemode_expiration_datetime_is_explicit'
,
'2016-12-17 21:30:40.945208'
),(
50
,
'course_modes'
,
'0003_auto_20151113_1443'
,
'2016-12-17 21:30:41.000993'
),(
51
,
'course_modes'
,
'0004_auto_20151113_1457'
,
'2016-12-17 21:30:41.269098'
),(
52
,
'course_modes'
,
'0005_auto_20151217_0958'
,
'2016-12-17 21:30:41.326778'
),(
53
,
'course_modes'
,
'0006_auto_20160208_1407'
,
'2016-12-17 21:30:41.635635'
),(
54
,
'course_modes'
,
'0007_coursemode_bulk_sku'
,
'2016-12-17 21:30:41.674830'
),(
55
,
'course_overviews'
,
'0001_initial'
,
'2016-12-17 21:30:41.755403'
),(
56
,
'course_overviews'
,
'0002_add_course_catalog_fields'
,
'2016-12-17 21:30:41.939908'
),(
57
,
'course_overviews'
,
'0003_courseoverviewgeneratedhistory'
,
'2016-12-17 21:30:44.826858'
),(
58
,
'course_overviews'
,
'0004_courseoverview_org'
,
'2016-12-17 21:30:44.877007'
),(
59
,
'course_overviews'
,
'0005_delete_courseoverviewgeneratedhistory'
,
'2016-12-17 21:30:44.928707'
),(
60
,
'course_overviews'
,
'0006_courseoverviewimageset'
,
'2016-12-17 21:30:45.025353'
),(
61
,
'course_overviews'
,
'0007_courseoverviewimageconfig'
,
'2016-12-17 21:30:45.242695'
),(
62
,
'course_overviews'
,
'0008_remove_courseoverview_facebook_url'
,
'2016-12-17 21:30:45.257312'
),(
63
,
'course_overviews'
,
'0009_readd_facebook_url'
,
'2016-12-17 21:30:45.318911'
),(
64
,
'course_overviews'
,
'0010_auto_20160329_2317'
,
'2016-12-17 21:30:45.411705'
),(
65
,
'course_structures'
,
'0001_initial'
,
'2016-12-17 21:30:45.454214'
),(
66
,
'coursetalk'
,
'0001_initial'
,
'2016-12-17 21:30:45.691992'
),(
67
,
'coursetalk'
,
'0002_auto_20160325_0631'
,
'2016-12-17 21:30:45.884575'
),(
68
,
'courseware'
,
'0001_initial'
,
'2016-12-17 21:30:48.778894'
),(
69
,
'coursewarehistoryextended'
,
'0001_initial'
,
'2016-12-17 21:30:49.423427'
),(
70
,
'coursewarehistoryextended'
,
'0002_force_studentmodule_index'
,
'2016-12-17 21:30:49.784372'
),(
71
,
'credentials'
,
'0001_initial'
,
'2016-12-17 21:30:50.086610'
),(
72
,
'credentials'
,
'0002_auto_20160325_0631'
,
'2016-12-17 21:30:50.395102'
),(
73
,
'credit'
,
'0001_initial'
,
'2016-12-17 21:30:52.914182'
),(
74
,
'credit'
,
'0002_creditconfig'
,
'2016-12-17 21:30:53.351874'
),(
75
,
'credit'
,
'0003_auto_20160511_2227'
,
'2016-12-17 21:30:53.779850'
),(
76
,
'dark_lang'
,
'0001_initial'
,
'2016-12-17 21:30:54.257157'
),(
77
,
'dark_lang'
,
'0002_data__enable_on_install'
,
'2016-12-17 21:30:54.299218'
),(
78
,
'django_comment_common'
,
'0001_initial'
,
'2016-12-17 21:30:55.103249'
),(
79
,
'django_comment_common'
,
'0002_forumsconfig'
,
'2016-12-17 21:30:55.471448'
),(
80
,
'django_comment_common'
,
'0003_enable_forums'
,
'2016-12-17 21:30:55.509253'
),(
81
,
'django_comment_common'
,
'0004_auto_20161117_1209'
,
'2016-12-17 21:30:55.860866'
),(
82
,
'django_notify'
,
'0001_initial'
,
'2016-12-17 21:30:57.515091'
),(
83
,
'django_openid_auth'
,
'0001_initial'
,
'2016-12-17 21:30:57.978552'
),(
84
,
'oauth2'
,
'0001_initial'
,
'2016-12-17 21:31:00.319373'
),(
85
,
'edx_oauth2_provider'
,
'0001_initial'
,
'2016-12-17 21:31:00.949006'
),(
86
,
'edx_proctoring'
,
'0001_initial'
,
'2016-12-17 21:31:12.175564'
),(
87
,
'edx_proctoring'
,
'0002_proctoredexamstudentattempt_is_status_acknowledged'
,
'2016-12-17 21:31:13.157296'
),(
88
,
'edx_proctoring'
,
'0003_auto_20160101_0525'
,
'2016-12-17 21:31:15.129604'
),(
89
,
'edx_proctoring'
,
'0004_auto_20160201_0523'
,
'2016-12-17 21:31:16.130444'
),(
90
,
'edx_proctoring'
,
'0005_proctoredexam_hide_after_due'
,
'2016-12-17 21:31:17.113544'
),(
91
,
'edxval'
,
'0001_initial'
,
'2016-12-17 21:31:20.331618'
),(
92
,
'edxval'
,
'0002_data__default_profiles'
,
'2016-12-17 21:31:20.372665'
),(
93
,
'edxval'
,
'0003_coursevideo_is_hidden'
,
'2016-12-17 21:31:20.442999'
),(
94
,
'email_marketing'
,
'0001_initial'
,
'2016-12-17 21:31:20.805165'
),(
95
,
'email_marketing'
,
'0002_auto_20160623_1656'
,
'2016-12-17 21:31:24.227033'
),(
96
,
'email_marketing'
,
'0003_auto_20160715_1145'
,
'2016-12-17 21:31:26.533226'
),(
97
,
'embargo'
,
'0001_initial'
,
'2016-12-17 21:31:27.957969'
),(
98
,
'embargo'
,
'0002_data__add_countries'
,
'2016-12-17 21:31:28.263745'
),(
99
,
'enterprise'
,
'0001_initial'
,
'2016-12-17 21:31:28.957784'
),(
100
,
'enterprise'
,
'0002_enterprisecustomerbrandingconfiguration'
,
'2016-12-17 21:31:29.033374'
),(
101
,
'enterprise'
,
'0003_auto_20161104_0937'
,
'2016-12-17 21:31:31.101482'
),(
102
,
'enterprise'
,
'0004_auto_20161114_0434'
,
'2016-12-17 21:31:32.979171'
),(
103
,
'enterprise'
,
'0005_pendingenterprisecustomeruser'
,
'2016-12-17 21:31:33.939715'
),(
104
,
'enterprise'
,
'0006_auto_20161121_0241'
,
'2016-12-17 21:31:34.863432'
),(
105
,
'enterprise'
,
'0007_auto_20161109_1511'
,
'2016-12-17 21:31:36.779853'
),(
106
,
'enterprise'
,
'0008_auto_20161124_2355'
,
'2016-12-17 21:31:39.891187'
),(
107
,
'enterprise'
,
'0009_auto_20161130_1651'
,
'2016-12-17 21:31:46.026321'
),(
108
,
'external_auth'
,
'0001_initial'
,
'2016-12-17 21:31:48.247622'
),(
109
,
'grades'
,
'0001_initial'
,
'2016-12-17 21:31:48.439748'
),(
110
,
'grades'
,
'0002_rename_last_edited_field'
,
'2016-12-17 21:31:48.500681'
),(
111
,
'grades'
,
'0003_coursepersistentgradesflag_persistentgradesenabledflag'
,
'2016-12-17 21:31:50.765829'
),(
112
,
'grades'
,
'0004_visibleblocks_course_id'
,
'2016-12-17 21:31:50.872900'
),(
113
,
'grades'
,
'0005_multiple_course_flags'
,
'2016-12-17 21:31:52.007864'
),(
114
,
'grades'
,
'0006_persistent_course_grades'
,
'2016-12-17 21:31:52.096999'
),(
115
,
'grades'
,
'0007_add_passed_timestamp_column'
,
'2016-12-17 21:31:52.184338'
),(
116
,
'grades'
,
'0008_persistentsubsectiongrade_first_attempted'
,
'2016-12-17 21:31:52.239090'
),(
117
,
'lms_xblock'
,
'0001_initial'
,
'2016-12-17 21:31:55.865882'
),(
118
,
'microsite_configuration'
,
'0001_initial'
,
'2016-12-17 21:32:00.352651'
),(
119
,
'microsite_configuration'
,
'0002_auto_20160202_0228'
,
'2016-12-17 21:32:01.685077'
),(
120
,
'milestones'
,
'0001_initial'
,
'2016-12-17 21:32:02.357572'
),(
121
,
'milestones'
,
'0002_data__seed_relationship_types'
,
'2016-12-17 21:32:02.408134'
),(
122
,
'milestones'
,
'0003_coursecontentmilestone_requirements'
,
'2016-12-17 21:32:02.491874'
),(
123
,
'milestones'
,
'0004_auto_20151221_1445'
,
'2016-12-17 21:32:02.820002'
),(
124
,
'mobile_api'
,
'0001_initial'
,
'2016-12-17 21:32:03.575717'
),(
125
,
'mobile_api'
,
'0002_auto_20160406_0904'
,
'2016-12-17 21:32:03.684343'
),(
126
,
'notes'
,
'0001_initial'
,
'2016-12-17 21:32:04.599778'
),(
127
,
'oauth2'
,
'0002_auto_20160404_0813'
,
'2016-12-17 21:32:07.890890'
),(
128
,
'oauth2'
,
'0003_client_logout_uri'
,
'2016-12-17 21:32:08.977788'
),(
129
,
'oauth2'
,
'0004_add_index_on_grant_expires'
,
'2016-12-17 21:32:10.045008'
),(
130
,
'oauth2_provider'
,
'0001_initial'
,
'2016-12-17 21:32:14.596267'
),(
131
,
'oauth2_provider'
,
'0002_08_updates'
,
'2016-12-17 21:32:18.200314'
),(
132
,
'oauth_dispatch'
,
'0001_initial'
,
'2016-12-17 21:32:19.485230'
),(
133
,
'oauth_provider'
,
'0001_initial'
,
'2016-12-17 21:32:22.141621'
),(
134
,
'organizations'
,
'0001_initial'
,
'2016-12-17 21:32:22.298715'
),(
135
,
'problem_builder'
,
'0001_initial'
,
'2016-12-17 21:32:22.399239'
),(
136
,
'problem_builder'
,
'0002_auto_20160121_1525'
,
'2016-12-17 21:32:24.999678'
),(
137
,
'problem_builder'
,
'0003_auto_20161124_0755'
,
'2016-12-17 21:32:25.109541'
),(
138
,
'programs'
,
'0001_initial'
,
'2016-12-17 21:32:26.490436'
),(
139
,
'programs'
,
'0002_programsapiconfig_cache_ttl'
,
'2016-12-17 21:32:27.857435'
),(
140
,
'programs'
,
'0003_auto_20151120_1613'
,
'2016-12-17 21:32:34.236406'
),(
141
,
'programs'
,
'0004_programsapiconfig_enable_certification'
,
'2016-12-17 21:32:34.812108'
),(
142
,
'programs'
,
'0005_programsapiconfig_max_retries'
,
'2016-12-17 21:32:35.393887'
),(
143
,
'programs'
,
'0006_programsapiconfig_xseries_ad_enabled'
,
'2016-12-17 21:32:36.077073'
),(
144
,
'programs'
,
'0007_programsapiconfig_program_listing_enabled'
,
'2016-12-17 21:32:36.864433'
),(
145
,
'programs'
,
'0008_programsapiconfig_program_details_enabled'
,
'2016-12-17 21:32:37.620230'
),(
146
,
'programs'
,
'0009_programsapiconfig_marketing_path'
,
'2016-12-17 21:32:38.515400'
),(
147
,
'redirects'
,
'0001_initial'
,
'2016-12-17 21:32:39.643958'
),(
148
,
'rss_proxy'
,
'0001_initial'
,
'2016-12-17 21:32:39.704874'
),(
149
,
'self_paced'
,
'0001_initial'
,
'2016-12-17 21:32:40.875492'
),(
150
,
'sessions'
,
'0001_initial'
,
'2016-12-17 21:32:40.945170'
),(
151
,
'student'
,
'0001_initial'
,
'2016-12-17 21:33:21.977963'
),(
152
,
'shoppingcart'
,
'0001_initial'
,
'2016-12-17 21:33:50.995529'
),(
153
,
'shoppingcart'
,
'0002_auto_20151208_1034'
,
'2016-12-17 21:33:55.329721'
),(
154
,
'shoppingcart'
,
'0003_auto_20151217_0958'
,
'2016-12-17 21:33:59.912392'
),(
155
,
'site_configuration'
,
'0001_initial'
,
'2016-12-17 21:34:04.677398'
),(
156
,
'site_configuration'
,
'0002_auto_20160720_0231'
,
'2016-12-17 21:34:08.729573'
),(
157
,
'default'
,
'0001_initial'
,
'2016-12-17 21:34:16.891351'
),(
158
,
'default'
,
'0002_add_related_name'
,
'2016-12-17 21:34:17.664617'
),(
159
,
'default'
,
'0003_alter_email_max_length'
,
'2016-12-17 21:34:17.732051'
),(
160
,
'default'
,
'0004_auto_20160423_0400'
,
'2016-12-17 21:34:18.476339'
),(
161
,
'social_auth'
,
'0005_auto_20160727_2333'
,
'2016-12-17 21:34:18.549133'
),(
162
,
'splash'
,
'0001_initial'
,
'2016-12-17 21:34:19.396195'
),(
163
,
'static_replace'
,
'0001_initial'
,
'2016-12-17 21:34:20.198862'
),(
164
,
'static_replace'
,
'0002_assetexcludedextensionsconfig'
,
'2016-12-17 21:34:21.005088'
),(
165
,
'status'
,
'0001_initial'
,
'2016-12-17 21:34:22.770434'
),(
166
,
'student'
,
'0002_auto_20151208_1034'
,
'2016-12-17 21:34:24.545829'
),(
167
,
'student'
,
'0003_auto_20160516_0938'
,
'2016-12-17 21:34:27.160603'
),(
168
,
'student'
,
'0004_auto_20160531_1422'
,
'2016-12-17 21:34:28.693959'
),(
169
,
'student'
,
'0005_auto_20160531_1653'
,
'2016-12-17 21:34:30.308549'
),(
170
,
'student'
,
'0006_logoutviewconfiguration'
,
'2016-12-17 21:34:31.957635'
),(
171
,
'student'
,
'0007_registrationcookieconfiguration'
,
'2016-12-17 21:34:33.555787'
),(
172
,
'student'
,
'0008_auto_20161117_1209'
,
'2016-12-17 21:34:35.170434'
),(
173
,
'submissions'
,
'0001_initial'
,
'2016-12-17 21:34:35.740972'
),(
174
,
'submissions'
,
'0002_auto_20151119_0913'
,
'2016-12-17 21:34:36.022354'
),(
175
,
'submissions'
,
'0003_submission_status'
,
'2016-12-17 21:34:36.139134'
),(
176
,
'survey'
,
'0001_initial'
,
'2016-12-17 21:34:38.285443'
),(
177
,
'teams'
,
'0001_initial'
,
'2016-12-17 21:34:47.967805'
),(
178
,
'theming'
,
'0001_initial'
,
'2016-12-17 21:34:50.933332'
),(
179
,
'third_party_auth'
,
'0001_initial'
,
'2016-12-17 21:35:03.447321'
),(
180
,
'third_party_auth'
,
'0002_schema__provider_icon_image'
,
'2016-12-17 21:35:12.758783'
),(
181
,
'third_party_auth'
,
'0003_samlproviderconfig_debug_mode'
,
'2016-12-17 21:35:14.707968'
),(
182
,
'third_party_auth'
,
'0004_add_visible_field'
,
'2016-12-17 21:35:27.189553'
),(
183
,
'third_party_auth'
,
'0005_add_site_field'
,
'2016-12-17 21:35:37.943161'
),(
184
,
'track'
,
'0001_initial'
,
'2016-12-17 21:35:38.014287'
),(
185
,
'user_api'
,
'0001_initial'
,
'2016-12-17 21:35:53.143605'
),(
186
,
'util'
,
'0001_initial'
,
'2016-12-17 21:35:55.990480'
),(
187
,
'util'
,
'0002_data__default_rate_limit_config'
,
'2016-12-17 21:35:59.057428'
),(
188
,
'verified_track_content'
,
'0001_initial'
,
'2016-12-17 21:35:59.137003'
),(
189
,
'verified_track_content'
,
'0002_verifiedtrackcohortedcourse_verified_cohort_name'
,
'2016-12-17 21:35:59.232551'
),(
190
,
'verify_student'
,
'0001_initial'
,
'2016-12-17 21:36:13.458907'
),(
191
,
'verify_student'
,
'0002_auto_20151124_1024'
,
'2016-12-17 21:36:15.306038'
),(
192
,
'verify_student'
,
'0003_auto_20151113_1443'
,
'2016-12-17 21:36:17.179714'
),(
193
,
'wiki'
,
'0001_initial'
,
'2016-12-17 21:37:44.962002'
),(
194
,
'wiki'
,
'0002_remove_article_subscription'
,
'2016-12-17 21:37:45.100781'
),(
195
,
'wiki'
,
'0003_ip_address_conv'
,
'2016-12-17 21:38:02.005894'
),(
196
,
'wiki'
,
'0004_increase_slug_size'
,
'2016-12-17 21:38:07.575914'
),(
197
,
'workflow'
,
'0001_initial'
,
'2016-12-17 21:38:08.029907'
),(
198
,
'xblock_django'
,
'0001_initial'
,
'2016-12-17 21:38:14.509477'
),(
199
,
'xblock_django'
,
'0002_auto_20160204_0809'
,
'2016-12-17 21:38:19.652694'
),(
200
,
'xblock_django'
,
'0003_add_new_config_models'
,
'2016-12-17 21:38:38.326768'
),(
201
,
'xblock_django'
,
'0004_delete_xblock_disable_config'
,
'2016-12-17 21:38:42.344189'
),(
202
,
'social_auth'
,
'0001_initial'
,
'2016-12-17 21:38:42.365949'
),(
203
,
'social_auth'
,
'0003_alter_email_max_length'
,
'2016-12-17 21:38:42.382541'
),(
204
,
'social_auth'
,
'0002_add_related_name'
,
'2016-12-17 21:38:42.398242'
),(
205
,
'social_auth'
,
'0004_auto_20160423_0400'
,
'2016-12-17 21:38:42.415512'
),(
206
,
'contentstore'
,
'0001_initial'
,
'2016-12-17 21:39:54.291871'
),(
207
,
'course_creators'
,
'0001_initial'
,
'2016-12-17 21:39:54.385436'
),(
208
,
'tagging'
,
'0001_initial'
,
'2016-12-17 21:39:54.472126'
),(
209
,
'user_tasks'
,
'0001_initial'
,
'2016-12-17 21:39:55.400065'
),(
210
,
'user_tasks'
,
'0002_artifact_file_storage'
,
'2016-12-17 21:39:55.659426'
),(
211
,
'xblock_config'
,
'0001_initial'
,
'2016-12-17 21:39:55.979871'
),(
212
,
'bulk_email'
,
'0006_course_mode_targets'
,
'2017-02-24 14:40:01.890405'
),(
213
,
'catalog'
,
'0002_catalogintegration_username'
,
'2017-02-24 14:40:02.571142'
),(
214
,
'celery_utils'
,
'0001_initial'
,
'2017-02-24 14:40:02.622527'
),(
215
,
'commerce'
,
'0005_commerceconfiguration_enable_automatic_refund_approval'
,
'2017-02-24 14:40:02.750240'
),(
216
,
'crawlers'
,
'0001_initial'
,
'2017-02-24 14:40:02.961435'
),(
217
,
'database_fixups'
,
'0001_initial'
,
'2017-02-24 14:40:02.994754'
),(
218
,
'email_marketing'
,
'0004_emailmarketingconfiguration_welcome_email_send_delay'
,
'2017-02-24 14:40:03.303394'
),(
219
,
'enterprise'
,
'0010_auto_20161222_1212'
,
'2017-02-24 14:40:04.224293'
),(
220
,
'enterprise'
,
'0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement'
,
'2017-02-24 14:40:05.141731'
),(
221
,
'enterprise'
,
'0012_auto_20170125_1033'
,
'2017-02-24 14:40:06.002155'
),(
222
,
'enterprise'
,
'0013_auto_20170125_1157'
,
'2017-02-24 14:40:07.968592'
),(
223
,
'enterprise'
,
'0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate'
,
'2017-02-24 14:40:09.029173'
),(
224
,
'enterprise'
,
'0015_auto_20170130_0003'
,
'2017-02-24 14:40:10.146783'
),(
225
,
'grades'
,
'0009_auto_20170111_1507'
,
'2017-02-24 14:40:10.221178'
),(
226
,
'grades'
,
'0010_auto_20170112_1156'
,
'2017-02-24 14:40:10.280317'
),(
227
,
'grades'
,
'0011_null_edited_time'
,
'2017-02-24 14:40:10.397467'
),(
228
,
'mobile_api'
,
'0003_ignore_mobile_available_flag'
,
'2017-02-24 14:40:11.589749'
),(
229
,
'organizations'
,
'0002_auto_20170117_1434'
,
'2017-02-24 14:40:11.665179'
),(
230
,
'programs'
,
'0010_auto_20170204_2332'
,
'2017-02-24 14:40:12.996759'
),(
231
,
'student'
,
'0009_auto_20170111_0422'
,
'2017-02-24 14:40:14.323468'
),(
232
,
'student'
,
'0010_auto_20170207_0458'
,
'2017-02-24 14:40:14.344823'
),(
233
,
'waffle'
,
'0001_initial'
,
'2017-02-24 14:40:16.166270'
),(
234
,
'tagging'
,
'0002_auto_20170116_1541'
,
'2017-02-24 14:40:31.691923'
)
,(
235
,
'block_structure'
,
'0001_config'
,
'2017-06-07 00:41:56.912211'
),(
236
,
'block_structure'
,
'0002_blockstructuremodel'
,
'2017-06-07 00:41:56.929927'
),(
237
,
'block_structure'
,
'0003_blockstructuremodel_storage'
,
'2017-06-07 00:41:56.948713'
),(
238
,
'block_structure'
,
'0004_blockstructuremodel_usagekeywithrun'
,
'2017-06-07 00:41:56.968053'
),(
239
,
'catalog'
,
'0003_catalogintegration_page_size'
,
'2017-06-07 00:41:57.101898'
),(
240
,
'commerce'
,
'0006_auto_20170424_1734'
,
'2017-06-07 00:41:57.231830'
),(
241
,
'course_groups'
,
'0002_change_inline_default_cohort_value'
,
'2017-06-07 00:41:57.254874'
),(
242
,
'course_overviews'
,
'0011_courseoverview_marketing_url'
,
'2017-06-07 00:41:57.288204'
),(
243
,
'course_overviews'
,
'0012_courseoverview_eligible_for_financial_aid'
,
'2017-06-07 00:41:57.318770'
),(
244
,
'crawlers'
,
'0002_auto_20170419_0018'
,
'2017-06-07 00:41:57.493782'
),(
245
,
'credentials'
,
'0003_auto_20170525_1109'
,
'2017-06-07 00:41:57.863755'
),(
246
,
'edxval'
,
'0004_data__add_hls_profile'
,
'2017-06-07 00:41:57.890060'
),(
247
,
'enterprise'
,
'0016_auto_20170405_0647'
,
'2017-06-07 00:42:05.513585'
),(
248
,
'enterprise'
,
'0017_auto_20170508_1341'
,
'2017-06-07 00:42:07.319586'
),(
249
,
'enterprise'
,
'0018_auto_20170511_1357'
,
'2017-06-07 00:42:08.329530'
),(
250
,
'grades'
,
'0012_computegradessetting'
,
'2017-06-07 00:42:08.883023'
),(
251
,
'instructor_task'
,
'0002_gradereportsetting'
,
'2017-06-07 00:42:09.455874'
),(
252
,
'integrated_channel'
,
'0001_initial'
,
'2017-06-07 00:42:10.318729'
),(
253
,
'organizations'
,
'0003_auto_20170221_1138'
,
'2017-06-07 00:42:10.407016'
),(
254
,
'organizations'
,
'0004_auto_20170413_2315'
,
'2017-06-07 00:42:10.506581'
),(
255
,
'programs'
,
'0011_auto_20170301_1844'
,
'2017-06-07 00:42:18.469507'
),(
256
,
'programs'
,
'0012_auto_20170419_0018'
,
'2017-06-07 00:42:18.992727'
),(
257
,
'sap_success_factors'
,
'0001_initial'
,
'2017-06-07 00:42:20.778073'
),(
258
,
'sap_success_factors'
,
'0002_auto_20170224_1545'
,
'2017-06-07 00:42:25.335576'
),(
259
,
'sap_success_factors'
,
'0003_auto_20170317_1402'
,
'2017-06-07 00:42:26.678295'
),(
260
,
'sap_success_factors'
,
'0004_catalogtransmissionaudit_audit_summary'
,
'2017-06-07 00:42:26.718445'
),(
261
,
'third_party_auth'
,
'0006_samlproviderconfig_automatic_refresh_enabled'
,
'2017-06-07 00:42:27.693909'
),(
262
,
'third_party_auth'
,
'0007_auto_20170406_0912'
,
'2017-06-07 00:42:29.728166'
),(
263
,
'third_party_auth'
,
'0008_auto_20170413_1455'
,
'2017-06-07 00:42:33.476214'
),(
264
,
'third_party_auth'
,
'0009_auto_20170415_1144'
,
'2017-06-07 00:42:36.306225'
),(
265
,
'third_party_auth'
,
'0010_add_skip_hinted_login_dialog_field'
,
'2017-06-07 00:42:39.510027'
),(
266
,
'video_config'
,
'0001_initial'
,
'2017-06-07 00:42:42.571496'
),(
267
,
'waffle_utils'
,
'0001_initial'
,
'2017-06-07 00:42:43.551806'
),(
268
,
'xblock_config'
,
'0002_courseeditltifieldsenabledflag'
,
'2017-06-07 00:43:00.141393'
)
;
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */
;
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */
;
UNLOCK
TABLES
;
UNLOCK
TABLES
;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */
;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */
;
...
@@ -87,4 +87,4 @@ UNLOCK TABLES;
...
@@ -87,4 +87,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */
;
-- Dump completed on 2017-0
2-24 14:58:40
-- Dump completed on 2017-0
6-07 1:03:21
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment