commitLogIndexes constant

List<String> const commitLogIndexes

Implementation

static const List<String> commitLogIndexes = [
  'CREATE UNIQUE INDEX IF NOT EXISTS commit_log_commit_id ON commit_log (commit_id);',
];