Skip to content

Commit

Permalink
Feat openemr fix 7764 last updated (openemr#7767)
Browse files Browse the repository at this point in the history
* Update documentation with last_updated columns

* Update ehi doc generator for mariadb updates

The newest mariadb docker images blow up with the MySQL JDBC connector.
Had to update the jar and the documentation.  Jar update was in prior
commit.

* Delete interface/modules/zend_modules/module/Application/src/Application/Listener/AdminNotificationsSubscriber.php

Remove file that was accidentally checked in.
  • Loading branch information
adunsulag authored Oct 15, 2024
1 parent 2a8405b commit d1f41a5
Show file tree
Hide file tree
Showing 621 changed files with 357,521 additions and 375,082 deletions.
15 changes: 8 additions & 7 deletions Documentation/EHI_Export/docs/anomalies.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ <h3 class="box-title">Tables that contain a single column</h3>
</thead>
<tbody>
<tr>
<td colspan="3">Anomaly not detected</td>
<td><a href='tables/form_clinic_note.html'>form_clinic_note</a></td>
<td>id</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -211,12 +212,6 @@ <h3 class="box-title">Tables with incrementing column names, potentially indicat
<tr>
<td><a href='tables/facility.html'>facility</a></td>
</tr>
<tr>
<td><a href='tables/form_ankleinjury.html'>form_ankleinjury</a></td>
</tr>
<tr>
<td><a href='tables/form_bronchitis.html'>form_bronchitis</a></td>
</tr>
<tr>
<td><a href='tables/form_eye_antseg.html'>form_eye_antseg</a></td>
</tr>
Expand All @@ -235,6 +230,12 @@ <h3 class="box-title">Tables with incrementing column names, potentially indicat
<tr>
<td><a href='tables/list_options.html'>list_options</a></td>
</tr>
<tr>
<td><a href='tables/form_ankleinjury.html'>form_ankleinjury</a></td>
</tr>
<tr>
<td><a href='tables/form_bronchitis.html'>form_bronchitis</a></td>
</tr>
<tr>
<td><a href='tables/patient_data.html'>patient_data</a></td>
</tr>
Expand Down
Loading

0 comments on commit d1f41a5

Please sign in to comment.