Corrected problem
This commit is contained in:
parent
7576b6ca05
commit
a996e8c56c
|
@ -697,7 +697,6 @@ DBReq.ExpCreator.prototype.execute = function() {
|
||||||
" Scene.name != 'peachcastle' AND\n" +
|
" Scene.name != 'peachcastle' AND\n" +
|
||||||
" CoinCombination.id = Experiment.coin_combination_id AND\n" +
|
" CoinCombination.id = Experiment.coin_combination_id AND\n" +
|
||||||
" Other.id = Experiment.user_id AND\n" +
|
" Other.id = Experiment.user_id AND\n" +
|
||||||
" Other.valid IS false AND\n" +
|
|
||||||
" Experiment.finished = true AND\n" +
|
" Experiment.finished = true AND\n" +
|
||||||
" Other.rating = U.rating AND\n" +
|
" Other.rating = U.rating AND\n" +
|
||||||
" Other.id != U.id AND\n" +
|
" Other.id != U.id AND\n" +
|
||||||
|
|
Loading…
Reference in New Issue