Commit Graph

491 Commits

Author SHA1 Message Date
int2001
4e649ec5da Make mig more failsafe 2024-12-09 08:27:27 +00:00
int2001
49ad84d1f1 Recreate tle-table with FK 2024-12-09 07:10:57 +00:00
Andreas Kristiansen
8608e8d85f Using only unique index 2024-12-08 08:46:49 +01:00
Andreas Kristiansen
daf9ebb09a Update TLE if exists 2024-12-08 08:24:33 +01:00
Andreas Kristiansen
899eb67a1f Added cron job and button under debug for update TLE 2024-12-07 20:04:28 +01:00
HB9HIL
b28229b34e release mig 1.9 2024-12-05 21:07:42 +01:00
phl0
85cb9c6a19 Prefix tmp indexes 2024-12-04 11:25:51 +01:00
phl0
2a12d07546 For speed reasons we should create a temporary index 2024-12-04 11:22:58 +01:00
phl0
2a5f6a9dff Update ASRTU-1 to AO-123 in logs 2024-12-02 13:12:40 +01:00
phl0
5321fb03ba Handle ASRTU-1 aka. AO-123 (no LoTW yet) 2024-12-02 00:38:07 +01:00
phl0
7b8f767db4 Exchange column names for display and lotw name 2024-12-01 23:49:51 +01:00
phl0
a3d2b0eff6 Add MO-122 and real names 2024-11-11 16:37:56 +01:00
phl0
0cd44a5b93 Merge remote-tracking branch 'upstream/dev' into refactorSat 2024-11-11 16:16:13 +01:00
Joerg (DJ7NT)
94696a51e1 Merge pull request #1186 from int2001/cat_url
Changed cat_url to VARCHAR(255)
2024-11-11 10:19:29 -04:00
int2001
9fbd946cd0 Changed to VARCHAR(255) 2024-11-11 14:00:27 +00:00
int2001
657a50b4ec Hamronize SIG Col at log as well 2024-11-11 10:29:36 +00:00
int2001
d79f6187c8 Extend SIG-Cols in Database 2024-11-11 08:14:02 +00:00
int2001
106d27575f Add cat_url (for spot to TRX) to cat-table 2024-11-08 13:32:40 +00:00
phl0
e1e316f074 Update/add MESAT and SONATE-2 and reset LoTW upload for those 2024-10-24 14:08:29 +02:00
HB9HIL
c3a2b9d4be mig 224 for version 1.8.8 2024-10-22 17:07:17 +00:00
phl0
dad88320f1 Version tag migration for 1.8.7 2024-10-17 14:26:00 +02:00
HB9HIL
d4014e5ffb fix mig 215 for the installer in case the contest sessions are empty 2024-10-11 10:34:10 +02:00
int2001
0c8e75cac4 Added Migration to Add the None-DXCC 2024-10-10 06:31:41 +00:00
HB9HIL
44e592b128 version 1.8.6 mig 2024-10-07 06:35:53 +00:00
phl0
2625acb47e Add SONATE to satellites 2024-10-06 13:40:23 +02:00
phl0
6160a1ebd7 Also rename SAT NAME in existing QSOs 2024-09-26 16:36:56 +02:00
phl0
f60246e954 Add column for LoTW validity 2024-09-26 15:03:14 +02:00
phl0
675e54807e Use LoTW names where assigned 2024-09-24 16:00:16 +02:00
HB9HIL
8573eae1ba fix mig number 2024-09-13 08:27:23 +02:00
Florian (DF2ET)
f12631eeb0 Merge pull request #929 from phl0/versionCheck
Add a version check
2024-09-13 08:18:38 +02:00
HB9HIL
ec2fdd9367 turn version check config around so users don't need to add the config item 2024-09-12 17:55:36 +02:00
phl0
13bb263bfe Add version check to cron manager 2024-09-12 16:23:58 +02:00
Andreas Kristiansen
e0418a4700 Updates ITU zone in dxcc_entities after Club Log update 2024-09-11 11:21:30 +02:00
Joerg
c018ded912 Prepare 1.8.5 Hotfix 2024-09-06 18:30:04 +02:00
Joerg
35730c4353 Preparing release of v1.8.4 2024-09-05 19:12:11 +02:00
phl0
81b38996ee Preparing release of v1.8.3 2024-08-30 09:27:00 +02:00
HB9HIL
b2a8b1fe7b keep data so nothing get's lost 2024-08-27 14:37:50 +02:00
HB9HIL
a09855f69f created new settings column in contest_session 2024-08-27 10:56:26 +02:00
HB9HIL
16cf6e766f no need for a error message in mig 210
There is no need for an error message in migration 210. If no .git directory is available, there is no need to process the text files anyway.
2024-08-20 17:10:58 +02:00
HB9HIL
75b86461ea make mig 196 compatible with older mysql versions
With utf8mb4 a constraint of 255 results in a maximum possible primary key of 1020 bytes which is larger then the maximum 767 bytes in older MySQL versions. Changing the constraint to 191 results in a max. primary key of 764 bytes which will work with those ancient versions and 191 is still enough for this column. The id's in the cron table are text, why we can't use numerical ID's here
2024-08-13 13:38:20 +02:00
Andreas Kristiansen
19a725c3b3 Fixed migration scripts 2024-08-08 09:13:36 +02:00
Andreas Kristiansen
3486519f6a Merge branch 'dev' into sat_stuff 2024-08-08 09:12:28 +02:00
HB9HIL
b1dbfca596 version tag 2024-08-07 15:07:46 +02:00
github-actions
9b5e7421c0 removed down for small db adjustments 2024-08-06 03:02:57 +02:00
github-actions
016470b543 mig 212 2024-08-05 21:56:54 +02:00
HB9HIL
479e2f8531 release tag 1.8 2024-08-01 16:06:01 +02:00
HB9HIL
f4b6f89959 catch case if exec() is not usable 2024-07-30 21:15:16 +02:00
Andreas Kristiansen
3c76e3c4dc Checks if exec is available in the migration 2024-07-30 20:54:03 +02:00
HB9HIL
13689f68c3 migration to fix merge conflicts 2024-07-30 10:11:50 +02:00
Andreas Kristiansen
75b340aa68 Fix migration 2024-07-18 18:01:26 +02:00