From a1137f92d53f39be496626f01379e91f231e0ef3 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 1 Sep 2020 17:45:39 +0100 Subject: [PATCH] Tried to make migs match --- application/config/migration.php | 2 +- ...41_add_lotw_certs_table.php => 043_add_lotw_certs_table.php} | 0 ..._add_key_to_lotw_certs.php => 044_add_key_to_lotw_certs.php} | 0 ...serid_to_lotw_certs.php => 045_add_userid_to_lotw_certs.php} | 0 ..._to_lotw_certs.php => 046_add_last_upload_to_lotw_certs.php} | 0 ...dd_cert_to_lotw_certs.php => 047_add_cert_to_lotw_certs.php} | 0 ..._stationprofile.php => 048_add_county_to_stationprofile.php} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename application/migrations/{041_add_lotw_certs_table.php => 043_add_lotw_certs_table.php} (100%) rename application/migrations/{043_add_key_to_lotw_certs.php => 044_add_key_to_lotw_certs.php} (100%) rename application/migrations/{042_add_userid_to_lotw_certs.php => 045_add_userid_to_lotw_certs.php} (100%) rename application/migrations/{044_add_last_upload_to_lotw_certs.php => 046_add_last_upload_to_lotw_certs.php} (100%) rename application/migrations/{045_add_cert_to_lotw_certs.php => 047_add_cert_to_lotw_certs.php} (100%) rename application/migrations/{046_add_county_to_stationprofile.php => 048_add_county_to_stationprofile.php} (100%) diff --git a/application/config/migration.php b/application/config/migration.php index 0756540b..7d88686a 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -21,7 +21,7 @@ $config['migration_enabled'] = TRUE; | be upgraded / downgraded to. | */ -$config['migration_version'] = 46; +$config['migration_version'] = 48; /* |-------------------------------------------------------------------------- diff --git a/application/migrations/041_add_lotw_certs_table.php b/application/migrations/043_add_lotw_certs_table.php similarity index 100% rename from application/migrations/041_add_lotw_certs_table.php rename to application/migrations/043_add_lotw_certs_table.php diff --git a/application/migrations/043_add_key_to_lotw_certs.php b/application/migrations/044_add_key_to_lotw_certs.php similarity index 100% rename from application/migrations/043_add_key_to_lotw_certs.php rename to application/migrations/044_add_key_to_lotw_certs.php diff --git a/application/migrations/042_add_userid_to_lotw_certs.php b/application/migrations/045_add_userid_to_lotw_certs.php similarity index 100% rename from application/migrations/042_add_userid_to_lotw_certs.php rename to application/migrations/045_add_userid_to_lotw_certs.php diff --git a/application/migrations/044_add_last_upload_to_lotw_certs.php b/application/migrations/046_add_last_upload_to_lotw_certs.php similarity index 100% rename from application/migrations/044_add_last_upload_to_lotw_certs.php rename to application/migrations/046_add_last_upload_to_lotw_certs.php diff --git a/application/migrations/045_add_cert_to_lotw_certs.php b/application/migrations/047_add_cert_to_lotw_certs.php similarity index 100% rename from application/migrations/045_add_cert_to_lotw_certs.php rename to application/migrations/047_add_cert_to_lotw_certs.php diff --git a/application/migrations/046_add_county_to_stationprofile.php b/application/migrations/048_add_county_to_stationprofile.php similarity index 100% rename from application/migrations/046_add_county_to_stationprofile.php rename to application/migrations/048_add_county_to_stationprofile.php