qbcore-framework / qb-management

Management menu for jobs & gangs
GNU General Public License v3.0
33 stars 167 forks source link

Merge bossmenu/gangmenu into one table #22

Closed TheDevster closed 2 years ago

TheDevster commented 2 years ago

Instead of having to manage multiple tables we create one table with a column called 'menu_type' to distinguish between boss or gang accounts. I have included a new sql for fresh installs as well as one that will upgrade your current bossmenu and gangmenu tables data into the new management_menu table.

ItsANoBrainer commented 2 years ago

Merged this into the main PR for next update: https://github.com/qbcore-framework/qb-management/pull/24

Thank you for the contribution.