wip: storage using postgres / gorm using partial json
Several approaches of normalizing json were tried and ultimately found impractical at this point. Using a hybrid of tables and json is the current approach; this may be further normalized later.
This commit is contained in:
committed by
=Michael Hohn
parent
593644ca2e
commit
25cab583c1
@@ -23,7 +23,7 @@ func (q *QueueSingle) StartAnalyses(analysis_repos *map[common.OwnerRepo]storage
|
||||
QueryPackId: session_id,
|
||||
QueryLanguage: session_language,
|
||||
|
||||
ORL: orl,
|
||||
ORepo: orl,
|
||||
}
|
||||
q.jobs <- info
|
||||
storage.SetStatus(session_id, orl, common.StatusQueued)
|
||||
|
||||
Reference in New Issue
Block a user