mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix rollback.txt migration
Broken by b1965ac209
.
This also prepares the begin and commit statements only once.
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
const char * getActorName(const int id);
|
||||
const char * getNodeName(const int id);
|
||||
bool createTables();
|
||||
void initDatabase();
|
||||
bool initDatabase();
|
||||
bool registerRow(const ActionRow & row);
|
||||
const std::list<ActionRow> actionRowsFromSelect(sqlite3_stmt * stmt);
|
||||
ActionRow actionRowFromRollbackAction(const RollbackAction & action);
|
||||
|
Reference in New Issue
Block a user