Browse Source

Fix API call referenced in DB reshape

AT-sleep-until-message
catbref 4 years ago
parent
commit
806baa6ae4
  1. 2
      src/main/java/org/qortal/repository/hsqldb/HSQLDBDatabaseUpdates.java

2
src/main/java/org/qortal/repository/hsqldb/HSQLDBDatabaseUpdates.java

@ -700,7 +700,7 @@ public class HSQLDBDatabaseUpdates {
stmt.execute("PERFORM EXPORT SCRIPT FOR TABLE MintingAccounts DATA TO 'MintingAccounts.script'"); stmt.execute("PERFORM EXPORT SCRIPT FOR TABLE MintingAccounts DATA TO 'MintingAccounts.script'");
stmt.execute("PERFORM EXPORT SCRIPT FOR TABLE TradeBotStates DATA TO 'TradeBotStates.script'"); stmt.execute("PERFORM EXPORT SCRIPT FOR TABLE TradeBotStates DATA TO 'TradeBotStates.script'");
LOGGER.info("Exported sensitive/node-local data: minting keys and trade bot states"); LOGGER.info("Exported sensitive/node-local data: minting keys and trade bot states");
LOGGER.info("If following reshape takes too long, use bootstrap and import node-local data using API's POST /admin/repository"); LOGGER.info("If following reshape takes too long, use bootstrap and import node-local data using API's POST /admin/repository/data");
} }
// Create new AT-states table without full state data // Create new AT-states table without full state data

Loading…
Cancel
Save