View Single Post
  #6  
Old 12-31-2013, 08:37 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

The above post looks incorrect/confusing. load_player is now the user_tables. drop_system is used when you want to update the database with a new peqbeta. To do that after you already have a working database, you would source drop_system and then peqbeta. You only use user_tables to start a new database.

To start fresh, use an empty database. Source user_tables_date-time.sql. Then source peqbeta_date-time.sql. Finally, source source_views.sql. If you want to use bots, that is when you would source the bot sql files.
Reply With Quote