Added migration config change and also added sstvimages folder to gitignore

This commit is contained in:
Peter Goodhall 2024-03-28 15:17:45 +00:00
parent fdd4a2df8c
commit aed7424676
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
/images/eqsl_card_images/*.jpg
/updates/clublog_scp.txt
/assets/qslcard/*
/assets/sstvimages/*
/assets/js/sections/custom.js
.idea/*
.DS_Store

View File

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