[DXpedition] Create a dxpedition table

Creates a dxpedition table this will be used to store upcoming dxpedition  data from external sources.
This commit is contained in:
Peter Goodhall
2023-11-23 14:19:10 +00:00
parent ae2bd9ee94
commit 43c44bdd02
2 changed files with 60 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
*/
$config['migration_version'] = 153;
$config['migration_version'] = 154;
/*
|--------------------------------------------------------------------------