Revision 3ccbbca8 snf-pithos-backend/pithos/backends/lib/sqlite/node.py

b/snf-pithos-backend/pithos/backends/lib/sqlite/node.py
128 128
                    on nodes(path) """)
129 129
        execute(""" create index if not exists idx_nodes_parent
130 130
                    on nodes(parent) """)
131
        execute(""" create index if not exists idx_latest_version
132
                    on nodes(latest_version) """)
131 133

  
132 134
        execute(""" create table if not exists policy
133 135
                          ( node   integer,

Also available in: Unified diff