forked from Simnation/Main
ems
This commit is contained in:
parent
93a53d1343
commit
b3be5bbddd
8 changed files with 373 additions and 11 deletions
7
resources/[housing]/[sql]/only_for_fresh.sql
Normal file
7
resources/[housing]/[sql]/only_for_fresh.sql
Normal 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`;
|
Loading…
Add table
Add a link
Reference in a new issue