mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-19 17:21:00 +08:00
chore: comment that we need DB migrations to happen earlier than they had been
This commit is contained in:
@@ -323,7 +323,7 @@ impl RunLoop {
|
||||
Some(self.should_keep_running.clone()),
|
||||
);
|
||||
|
||||
// Invoke connect() to perform any db instantiation early
|
||||
// Invoke connect() to perform any db instantiation and migration early
|
||||
if let Err(e) = burnchain_controller.connect_dbs() {
|
||||
error!("Failed to connect to burnchain databases: {}", e);
|
||||
panic!();
|
||||
|
||||
Reference in New Issue
Block a user