31 lines
658 B
Plaintext
31 lines
658 B
Plaintext
<!-- wp:heading -->
|
|
<h2 id="database-changes">Database Changes</h2>
|
|
<!-- /wp:heading -->
|
|
|
|
<% if (changes.db) { %>
|
|
<!-- 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>
|
|
<tr>
|
|
<td><code><%= changes.db.functionName %></code></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</figure>
|
|
<!-- /wp:table -->
|
|
<% } else { %>
|
|
<!-- wp:paragraph -->
|
|
<p>There are no database changes in this release.</p>
|
|
<!-- /wp:paragraph -->
|
|
<% } %>
|