Changes between Version 1 and Version 2 of Ticket #14013


Ignore:
Timestamp:
May 18, 2021, 5:52:45 AM (3 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14013 – Description

    v1 v2  
    1 The `dbtfs` table was created so now the system does not think the environment needs to be upgraded due to logic in [browser:/tracdbftsplugin/trunk/tracdbfts/api.py@18012:62#L55 environment_needs_upgrade].
    2 
    3 {{{#!sqlite3
    4 ../tracenvs/proj-1.3/db/trac.db> .tables
    5 +------------------------+
    6 | name                   |
    7 +------------------------+
    8 | attachment             |
    9 | auth_cookie            |
    10 | cache                  |
    11 | codereviewer           |
    12 | codereviewer_map       |
    13 | component              |
    14 | component_default_cc   |
    15 | dbfts                  |
    16 }}}
     1The upgrade failed due to missing FTS5 extension:
    172
    183{{{#!sh
     
    7257}}}
    7358
    74 Now search results in an error:
     59The `dbtfs` table was created so now the system does not think the environment needs to be upgraded due to logic in [browser:/tracdbftsplugin/trunk/tracdbfts/api.py@18012:62#L55 environment_needs_upgrade].
     60
     61{{{#!sqlite3
     62../tracenvs/proj-1.3/db/trac.db> .tables
     63+------------------------+
     64| name                   |
     65+------------------------+
     66| attachment             |
     67| auth_cookie            |
     68| cache                  |
     69| codereviewer           |
     70| codereviewer_map       |
     71| component              |
     72| component_default_cc   |
     73| dbfts                  |
     74}}}
     75
     76Search results in an error:
    7577
    7678[[Image(Screen Shot 2021-05-17 at 20.22.55.jpg)]]