change migration and bump version
This commit is contained in:
committed by
Jędrzej Stuczyński
parent
a6325b922a
commit
554e446208
Generated
+1
-1
@@ -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
-1
@@ -1,2 +1,2 @@
|
||||
ALTER TABLE nym_nodes
|
||||
ADD COLUMN http_api_port INTEGER;
|
||||
ADD COLUMN IF NOT EXISTS http_api_port INTEGER;
|
||||
Reference in New Issue
Block a user