mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
deploy: 1803a62db4
This commit is contained in:
parent
2d2b289241
commit
f211b8c9b4
4 changed files with 4 additions and 4 deletions
|
@ -295,7 +295,7 @@ by a unique name, the current status (stored in JSON), and some dependency infor
|
|||
<li>Whether the update requires a previous update to be complete.</li>
|
||||
<li>A rough ordering for which to complete updates.</li>
|
||||
</ul>
|
||||
<p>A new background update needs to be added to the <code>background_updates</code> table:</p>
|
||||
<p>A new background updates needs to be added to the <code>background_updates</code> table:</p>
|
||||
<pre><code class="language-sql">INSERT INTO background_updates (ordering, update_name, depends_on, progress_json) VALUES
|
||||
(7706, 'my_background_update', 'a_previous_background_update' '{}');
|
||||
</code></pre>
|
||||
|
|
|
@ -18190,7 +18190,7 @@ by a unique name, the current status (stored in JSON), and some dependency infor
|
|||
<li>Whether the update requires a previous update to be complete.</li>
|
||||
<li>A rough ordering for which to complete updates.</li>
|
||||
</ul>
|
||||
<p>A new background update needs to be added to the <code>background_updates</code> table:</p>
|
||||
<p>A new background updates needs to be added to the <code>background_updates</code> table:</p>
|
||||
<pre><code class="language-sql">INSERT INTO background_updates (ordering, update_name, depends_on, progress_json) VALUES
|
||||
(7706, 'my_background_update', 'a_previous_background_update' '{}');
|
||||
</code></pre>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue