We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98a613 commit fae2020Copy full SHA for fae2020
code/web/release_notes/24.05.00.MD
@@ -0,0 +1,17 @@
1
+## Aspen LiDA Updates
2
+-
3
+
4
+## Aspen Discovery Updates
5
+//mark
6
7
+//kirstien
8
9
+//kodi
10
11
+//other
12
13
+## This release includes code contributions from
14
+- ByWater Solutions
15
+ - Kirstien Kroeger (KK)
16
+ - Kodi Lein (KL)
17
+ - Kyle Hall (KH)
code/web/sys/DBMaintenance/version_updates/24.05.00.php
@@ -0,0 +1,25 @@
+<?php
+function getUpdates24_05_00(): array {
+ $curTime = time();
+ return [
+ /*'name' => [
+ 'title' => '',
+ 'description' => '',
+ 'continueOnError' => false,
+ 'sql' => [
+ ''
+ ]
+ ], //name*/
+ //mark - ByWater
+ //kirstien - ByWater
18
19
+ //kodi - ByWater
20
21
+ //other
22
23
24
+ ];
25
+}
0 commit comments