accessLogIndexes constant

List<String> const accessLogIndexes

Implementation

static const List<String> accessLogIndexes = [
  'CREATE INDEX IF NOT EXISTS access_log_request_at ON access_log (request_at);',
];