jbrzusto / motusServer

R package to operate a server that processes data for https://motus.org
GNU General Public License v2.0
1 stars 0 forks source link

ensureMotusTransferTables bug #376

Closed Hussell closed 6 years ago

Hussell commented 6 years ago

One statement in inst/motusTransferTableSchema.sql is missing its -- separator. The line:

CREATE INDEX IF NOT EXISTS hits_tagDepProjectID_batchID_hitID ON hits(tagDepProjectID, batchID, hitID);

jbrzusto commented 6 years ago

Good catch - thanks!