2022-09-06 03:51:28 +00:00
|
|
|
<!-- wp:heading -->
|
|
|
|
<h2 id="database-changes">Database Changes</h2>
|
|
|
|
<!-- /wp:heading -->
|
|
|
|
|
2022-09-10 21:55:53 +00:00
|
|
|
<% if (changes.db) { %>
|
2022-09-06 03:51:28 +00:00
|
|
|
<!-- wp:heading -->
|
|
|
|
<h3 id="db-updates">DB Updates</h3>
|
|
|
|
<!-- /wp:heading -->
|
|
|
|
|
|
|
|
<!-- wp:table -->
|
|
|
|
<figure class="wp-block-table">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
<strong>Function Name</strong>
|
|
|
|
</th>
|
|
|
|
</tr>
|
2022-09-10 21:55:53 +00:00
|
|
|
<tr>
|
|
|
|
<td><code><%= changes.db.functionName %></code></td>
|
|
|
|
</tr>
|
2022-09-06 03:51:28 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</figure>
|
2023-01-18 05:43:00 +00:00
|
|
|
<!-- /wp:table -->
|
2022-09-06 03:51:28 +00:00
|
|
|
<% } else { %>
|
|
|
|
<!-- wp:paragraph -->
|
|
|
|
<p>There are no database changes in this release.</p>
|
|
|
|
<!-- /wp:paragraph -->
|
|
|
|
<% } %>
|