Created
April 14, 2020 19:38
-
-
Save robrap/f696fb1f097de2420498a40aab05d095 to your computer and use it in GitHub Desktop.
Running enterprise migrations on sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> select * from django_migrations where app = 'enterprise'; | |
| +-----+------------+----------------------------------------------------------------------------------------+----------------------------+ | |
| | id | app | name | applied | | |
| +-----+------------+----------------------------------------------------------------------------------------+----------------------------+ | |
| | 117 | enterprise | 0001_initial | 2020-04-14 16:47:07.712359 | | |
| | 118 | enterprise | 0002_enterprisecustomerbrandingconfiguration | 2020-04-14 16:47:07.716199 | | |
| | 119 | enterprise | 0003_auto_20161104_0937 | 2020-04-14 16:47:07.718929 | | |
| | 120 | enterprise | 0004_auto_20161114_0434 | 2020-04-14 16:47:07.722632 | | |
| | 121 | enterprise | 0005_pendingenterprisecustomeruser | 2020-04-14 16:47:07.726251 | | |
| | 122 | enterprise | 0006_auto_20161121_0241 | 2020-04-14 16:47:07.733812 | | |
| | 123 | enterprise | 0007_auto_20161109_1511 | 2020-04-14 16:47:07.737385 | | |
| | 124 | enterprise | 0008_auto_20161124_2355 | 2020-04-14 16:47:07.740832 | | |
| | 125 | enterprise | 0009_auto_20161130_1651 | 2020-04-14 16:47:07.744255 | | |
| | 126 | enterprise | 0010_auto_20161222_1212 | 2020-04-14 16:47:07.747090 | | |
| | 127 | enterprise | 0011_enterprisecustomerentitlement_historicalenterprisecustomerentitlement | 2020-04-14 16:47:07.750496 | | |
| | 128 | enterprise | 0012_auto_20170125_1033 | 2020-04-14 16:47:07.753950 | | |
| | 129 | enterprise | 0013_auto_20170125_1157 | 2020-04-14 16:47:07.757455 | | |
| | 130 | enterprise | 0014_enrollmentnotificationemailtemplate_historicalenrollmentnotificationemailtemplate | 2020-04-14 16:47:07.760835 | | |
| | 131 | enterprise | 0015_auto_20170130_0003 | 2020-04-14 16:47:07.764351 | | |
| | 132 | enterprise | 0016_auto_20170405_0647 | 2020-04-14 16:47:07.767957 | | |
| | 133 | enterprise | 0017_auto_20170508_1341 | 2020-04-14 16:47:07.770553 | | |
| | 134 | enterprise | 0018_auto_20170511_1357 | 2020-04-14 16:47:07.774135 | | |
| | 135 | enterprise | 0019_auto_20170606_1853 | 2020-04-14 16:47:07.778423 | | |
| | 136 | enterprise | 0020_auto_20170624_2316 | 2020-04-14 16:47:07.781880 | | |
| | 137 | enterprise | 0021_auto_20170711_0712 | 2020-04-14 16:47:07.785395 | | |
| | 138 | enterprise | 0022_auto_20170720_1543 | 2020-04-14 16:47:07.788981 | | |
| | 139 | enterprise | 0023_audit_data_reporting_flag | 2020-04-14 16:47:07.792597 | | |
| | 140 | enterprise | 0024_enterprisecustomercatalog_historicalenterprisecustomercatalog | 2020-04-14 16:47:07.795924 | | |
| | 141 | enterprise | 0025_auto_20170828_1412 | 2020-04-14 16:47:07.798507 | | |
| | 142 | enterprise | 0026_make_require_account_level_consent_nullable | 2020-04-14 16:47:07.801955 | | |
| | 143 | enterprise | 0027_remove_account_level_consent | 2020-04-14 16:47:07.805438 | | |
| | 144 | enterprise | 0028_link_enterprise_to_enrollment_template | 2020-04-14 16:47:07.808891 | | |
| | 145 | enterprise | 0029_auto_20170925_1909 | 2020-04-14 16:47:07.812280 | | |
| | 146 | enterprise | 0030_auto_20171005_1600 | 2020-04-14 16:47:07.814848 | | |
| | 147 | enterprise | 0031_auto_20171012_1249 | 2020-04-14 16:47:07.818296 | | |
| | 148 | enterprise | 0032_reporting_model | 2020-04-14 16:47:07.821602 | | |
| | 149 | enterprise | 0033_add_history_change_reason_field | 2020-04-14 16:47:07.825023 | | |
| | 150 | enterprise | 0034_auto_20171023_0727 | 2020-04-14 16:47:07.828410 | | |
| | 151 | enterprise | 0035_auto_20171212_1129 | 2020-04-14 16:47:07.831789 | | |
| | 152 | enterprise | 0036_sftp_reporting_support | 2020-04-14 16:47:07.834376 | | |
| | 153 | enterprise | 0037_auto_20180110_0450 | 2020-04-14 16:47:07.837696 | | |
| | 154 | enterprise | 0038_auto_20180122_1427 | 2020-04-14 16:47:07.841046 | | |
| | 155 | enterprise | 0039_auto_20180129_1034 | 2020-04-14 16:47:07.844307 | | |
| | 156 | enterprise | 0040_auto_20180129_1428 | 2020-04-14 16:47:07.846797 | | |
| | 157 | enterprise | 0041_auto_20180212_1507 | 2020-04-14 16:47:07.850160 | | |
| | 158 | enterprise | 0042_replace_sensitive_sso_username | 2020-04-14 16:47:07.853678 | | |
| | 159 | enterprise | 0043_auto_20180507_0138 | 2020-04-14 16:47:07.857092 | | |
| | 160 | enterprise | 0044_reporting_config_multiple_types | 2020-04-14 16:47:07.860496 | | |
| | 161 | enterprise | 0045_report_type_json | 2020-04-14 16:47:07.863949 | | |
| | 162 | enterprise | 0046_remove_unique_constraints | 2020-04-14 16:47:07.866571 | | |
| | 163 | enterprise | 0047_auto_20180517_0457 | 2020-04-14 16:47:07.870175 | | |
| | 164 | enterprise | 0048_enterprisecustomeruser_active | 2020-04-14 16:47:07.873691 | | |
| | 165 | enterprise | 0049_auto_20180531_0321 | 2020-04-14 16:47:07.877117 | | |
| | 166 | enterprise | 0050_progress_v2 | 2020-04-14 16:47:07.880397 | | |
| | 167 | enterprise | 0051_add_enterprise_slug | 2020-04-14 16:47:07.883856 | | |
| | 168 | enterprise | 0052_create_unique_slugs | 2020-04-14 16:47:07.886434 | | |
| | 169 | enterprise | 0053_pendingenrollment_cohort_name | 2020-04-14 16:47:07.889828 | | |
| | 170 | enterprise | 0053_auto_20180911_0811 | 2020-04-14 16:47:07.893233 | | |
| | 171 | enterprise | 0054_merge_20180914_1511 | 2020-04-14 16:47:07.896606 | | |
| | 172 | enterprise | 0055_auto_20181015_1112 | 2020-04-14 16:47:07.900006 | | |
| | 173 | enterprise | 0056_enterprisecustomerreportingconfiguration_pgp_encryption_key | 2020-04-14 16:47:07.902662 | | |
| | 174 | enterprise | 0057_enterprisecustomerreportingconfiguration_enterprise_customer_catalogs | 2020-04-14 16:47:07.906038 | | |
| | 175 | enterprise | 0058_auto_20181212_0145 | 2020-04-14 16:47:07.909467 | | |
| | 176 | enterprise | 0059_add_code_management_portal_config | 2020-04-14 16:47:07.913030 | | |
| | 177 | enterprise | 0060_upgrade_django_simple_history | 2020-04-14 16:47:07.916593 | | |
| | 178 | enterprise | 0061_systemwideenterpriserole_systemwideenterpriseuserroleassignment | 2020-04-14 16:47:07.920016 | | |
| | 179 | enterprise | 0062_add_system_wide_enterprise_roles | 2020-04-14 16:47:07.922561 | | |
| | 180 | enterprise | 0063_systemwideenterpriserole_description | 2020-04-14 16:47:07.925981 | | |
| | 181 | enterprise | 0064_enterprisefeaturerole_enterprisefeatureuserroleassignment | 2020-04-14 16:47:07.929397 | | |
| | 182 | enterprise | 0065_add_enterprise_feature_roles | 2020-04-14 16:47:07.932736 | | |
| | 183 | enterprise | 0066_add_system_wide_enterprise_operator_role | 2020-04-14 16:47:07.936220 | | |
| | 184 | enterprise | 0067_add_role_based_access_control_switch | 2020-04-14 16:47:07.938835 | | |
| | 185 | enterprise | 0068_remove_role_based_access_control_switch | 2020-04-14 16:47:07.942481 | | |
| | 186 | enterprise | 0069_auto_20190613_0607 | 2020-04-14 16:47:07.946164 | | |
| | 187 | enterprise | 0070_enterprise_catalog_query | 2020-04-14 16:47:07.949610 | | |
| | 188 | enterprise | 0071_historicalpendingenrollment_historicalpendingenterprisecustomeruser | 2020-04-14 16:47:07.953000 | | |
| | 189 | enterprise | 0072_add_enterprise_report_config_feature_role | 2020-04-14 16:47:07.956379 | | |
| | 190 | enterprise | 0073_enterprisecustomerreportingconfiguration_uuid | 2020-04-14 16:47:07.959737 | | |
| | 191 | enterprise | 0074_auto_20190904_1143 | 2020-04-14 16:47:07.962327 | | |
| | 192 | enterprise | 0075_auto_20190916_1030 | 2020-04-14 16:47:07.965756 | | |
| | 193 | enterprise | 0076_auto_20190918_2037 | 2020-04-14 16:47:07.969297 | | |
| | 194 | enterprise | 0077_auto_20191002_1529 | 2020-04-14 16:47:07.972720 | | |
| | 195 | enterprise | 0078_auto_20191107_1536 | 2020-04-14 16:47:07.976075 | | |
| | 196 | enterprise | 0079_AddEnterpriseEnrollmentSource | 2020-04-14 16:47:07.978647 | | |
| | 197 | enterprise | 0080_auto_20191113_1708 | 2020-04-14 16:47:07.982016 | | |
| | 198 | enterprise | 0081_UpdateEnterpriseEnrollmentSource | 2020-04-14 16:47:07.985648 | | |
| | 199 | enterprise | 0082_AddManagementEnterpriseEnrollmentSource | 2020-04-14 16:47:07.989051 | | |
| | 200 | enterprise | 0083_enterprisecustomerreportingconfiguration_include_date | 2020-04-14 16:47:07.992633 | | |
| | 201 | enterprise | 0084_auto_20200120_1137 | 2020-04-14 16:47:07.996064 | | |
| | 202 | enterprise | 0085_enterprisecustomeruser_linked | 2020-04-14 16:47:07.998627 | | |
| | 203 | enterprise | 0086_auto_20200128_1726 | 2020-04-14 16:47:08.003465 | | |
| | 204 | enterprise | 0087_auto_20200206_1151 | 2020-04-14 16:47:08.006947 | | |
| | 205 | enterprise | 0088_auto_20200224_1341 | 2020-04-14 16:47:08.010543 | | |
| | 206 | enterprise | 0089_auto_20200305_0652 | 2020-04-14 16:47:08.014245 | | |
| | 207 | enterprise | 0090_update_content_filter | 2020-04-14 16:47:08.018044 | | |
| | 208 | enterprise | 0091_add_sales_force_id_in_pendingenrollment | 2020-04-14 16:47:08.021515 | | |
| | 209 | enterprise | 0092_auto_20200312_1650 | 2020-04-14 16:47:08.024968 | | |
| | 368 | enterprise | 0093_add_use_enterprise_catalog_flag | 2020-04-14 16:47:41.251383 | | |
| | 369 | enterprise | 0094_add_use_enterprise_catalog_sample | 2020-04-14 16:47:41.693999 | | |
| | 676 | enterprise | 0001_squashed_0092_auto_20200312_1650 | 2020-04-14 16:49:18.196046 | | |
| +-----+------------+----------------------------------------------------------------------------------------+----------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment