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.
 
 
 

16 lines
200 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. 'events'
  13. ];
  14. module.exports = tableNames;