mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2025-03-07 Fred Gleason <fredg@paravelsystems.com>
* Added a check for orphaned database tables in rddbmgr(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks. Add check for log line IDs. Specifically,
|
||||
Disable all checks, then add check for log line IDs. Specifically,
|
||||
verify that all IDs are valid (>0) and unique within the context
|
||||
of the given log.
|
||||
</para>
|
||||
@@ -245,7 +245,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks. Add check for orphaned audio files.
|
||||
Disable all checks, then add check for orphaned audio files.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -256,7 +256,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks. Add check for orphaned carts.
|
||||
Disable all checks, then add check for orphaned carts.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -267,7 +267,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks. Add check for orphaned cuts.
|
||||
Disable all checks, then add check for orphaned cuts.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -278,7 +278,18 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks. Add check for orphaned voice tracks.
|
||||
Disable all checks, then add check for orphaned voice tracks.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--orphaned-tables</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable all checks, then add check for orphaned database tables.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user