Skip to content

Commit

Permalink
Create new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jun 5, 2024
1 parent 9c76872 commit f8223de
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
31 changes: 31 additions & 0 deletions code/web/release_notes/24.07.00.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Aspen LiDA Updates
-

## Aspen Discovery Updates
// mark

// kirstien

// kodi

// katherine

// alexander

// jacob

// pedro

// other

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

- PTFS-Europe
- Pedro Amorim (PA)
- Alexander Blanchard (AB)
- Jacob O'Mara (JOM)
30 changes: 30 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/24.07.00.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

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

//mark - ByWater


//kirstien - ByWater


//kodi - ByWater

//katherine - ByWater

//other



];
}

0 comments on commit f8223de

Please sign in to comment.