print local name and ip in vm terminal, document trigram index
This commit is contained in:
parent
82d939e6e3
commit
0042546d6c
5 changed files with 90 additions and 10 deletions
|
|
@ -132,7 +132,6 @@ attrs = {
|
|||
'volume': models.FloatField(default=0, null=True, db_index=True),
|
||||
|
||||
'sortvalue': models.CharField(max_length=1000, null=True, db_index=True),
|
||||
#run this CREATE INDEX clip_clip_findvalue_idx ON clip_clip USING gin (findvalue gin_trgm_ops);
|
||||
'findvalue': models.TextField(null=True, db_index=settings.DB_GIN_TRGM),
|
||||
}
|
||||
for name in settings.CONFIG['clipLayers']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue