change migration and bump version

This commit is contained in:
Mark Sinclair
2025-10-17 15:04:53 +01:00
committed by Jędrzej Stuczyński
parent a6325b922a
commit 554e446208
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -6546,7 +6546,7 @@ dependencies = [
[[package]]
name = "nym-node-status-api"
version = "4.0.11-rc0"
version = "4.0.11-rc1"
dependencies = [
"ammonia",
"anyhow",
@@ -3,7 +3,7 @@
[package]
name = "nym-node-status-api"
version = "4.0.11-rc0"
version = "4.0.11-rc1"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
@@ -1,2 +1,2 @@
ALTER TABLE nym_nodes
ADD COLUMN http_api_port INTEGER;
ADD COLUMN IF NOT EXISTS http_api_port INTEGER;