Topic: Rename "BNET" table in SQL
I use PvPGN on Linux and would like to make a change in the SQL Table.
I would like to rename the table "pvpgn_BNET" to "pvpgn_users".
"BNET" to "users"
The modification in "sql_DB_layout.conf" is ok. However, it is necessary to make new modifications in PvPGN Code to read this new table name.
Is it possible to make these modifications in the PvPGN code? What files should I the modification before building/make/install in PvPGN code?