Update sphinx_make.py

pull/577/head
Mr Chen 12 months ago
parent ac0a503aa7
commit 0461bf3225
  1. 2
      plugins/sphinx/class/sphinx_make.py

@ -321,6 +321,8 @@ index {$DB_NAME}_{$TABLE_NAME}
if create_sphinx_table: if create_sphinx_table:
update = self.makeSphinxDbSourcePost(db, table) update = self.makeSphinxDbSourcePost(db, table)
conf = conf.replace("{$UPDATE}", update) conf = conf.replace("{$UPDATE}", update)
else:
conf = conf.replace("{$UPDATE}", '')
if create_sphinx_table: if create_sphinx_table:
sph_sql = self.createSql(db) sph_sql = self.createSql(db)

Loading…
Cancel
Save