common/dal/schema/000020_init.up.sql

2 lines
72 B
MySQL
Raw Normal View History

2024-09-09 21:59:39 +00:00
CREATE INDEX IF NOT EXISTS results_for_quiz ON answer(quiz_id, result);