Skip to content

Commit

Permalink
Create default 24.08 files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jul 3, 2024
1 parent 5140b82 commit b2588bd
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
41 changes: 41 additions & 0 deletions code/web/release_notes/24.08.00.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Aspen LiDA Updates
-

## Aspen Discovery Updates
// mark

// kirstien

// kodi

// katherine

// alexander

// jacob

// pedro

// lucas

// James Staub

// other

## This release includes code contributions from
- ByWater Solutions
- Mark Noble (MDN)
- Kirstien Kroeger (KK)
- Kodi Lein (KL)
- Katherine Perdue (KP)

- Nashville Public Library
- James Staub (JStaub)

- PTFS-Europe
- Pedro Amorim (PA)
- Alexander Blanchard (AB)
- Jacob O'Mara (JOM)

- Theke Solutions
- Lucas Montoya (LM)
30 changes: 30 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/24.08.00.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

function getUpdates24_08_00(): array {
$curTime = time();
return [
/*'name' => [
'title' => '',
'description' => '',
'continueOnError' => false,
'sql' => [
''
]
], //name*/

//mark - ByWater

//kirstien - ByWater

//kodi - ByWater

//katherine - ByWater

//alexander - PTFS-Europe

//pedro - PTFS-Europe

//other

];
}

0 comments on commit b2588bd

Please sign in to comment.