You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
189 B

  1. const tableNames = [
  2. 'accountInfo',
  3. 'character',
  4. 'characterList',
  5. 'customChannels',
  6. 'error',
  7. 'leaderboard',
  8. 'login',
  9. 'modLog',
  10. 'recipes',
  11. 'stash'
  12. ];
  13. module.exports = tableNames;