1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-10 19:52:58 +02:00
parent 93a53d1343
commit b3be5bbddd
8 changed files with 373 additions and 11 deletions

View file

@ -0,0 +1,7 @@
-- IF YOU ARE NOT UPDATING YOUR OLD QS-HOUSING, MAKE SURE YOU READ THIS SQL!
DROP TABLE IF EXISTS `houselocations`;
DROP TABLE IF EXISTS `player_houses`;
DROP TABLE IF EXISTS `house_rents`;
DROP TABLE IF EXISTS `house_objects`;
DROP TABLE IF EXISTS `house_plants`;