mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-23 21:16:50 +01:00
Also drop the village reosurces table in VillageModel::drop_table().
This commit is contained in:
parent
e3c95dce3f
commit
37532f6275
@ -141,6 +141,7 @@ void VillageModel::drop_table() {
|
||||
tb->drop_table_if_exists(VILLAGE_UNITS_TABLE_NAME)->cdrop_table();
|
||||
tb->drop_table_if_exists(VILLAGE_TECHNOLOGIES_TABLE_NAME)->cdrop_table();
|
||||
tb->drop_table_if_exists(VILLAGE_BUILDINGS_TABLE_NAME)->cdrop_table();
|
||||
tb->drop_table_if_exists(VILLAGE_RESOURCES_TABLE_NAME)->cdrop_table();
|
||||
tb->drop_table_if_exists(VILLAGE_TABLE_NAME)->cdrop_table();
|
||||
|
||||
tb->run_query();
|
||||
|
Loading…
Reference in New Issue
Block a user