forked from 0x2620/pandora
fix partial findvalue commit
This commit is contained in:
parent
d63e5cba32
commit
e6aaf0aa6b
2 changed files with 2 additions and 16 deletions
|
|
@ -42,8 +42,3 @@ class Command(BaseCommand):
|
|||
name = 'findvalue'
|
||||
if name not in indexes:
|
||||
create_table("%s_%s_idx"%(table_name, name), table_name, name)
|
||||
for name in settings.CONFIG['clipLayers']:
|
||||
name = '%s_findvalue' % name
|
||||
if name not in indexes:
|
||||
create_table("%s_%s_idx"%(table_name, name), table_name, name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue