node: Migrate IPv6 addresses in database
The format for IPv6 addresses was changed in df8e4e6c88a8bfb6c1ec6b07dcda64093b477cbe to require ‘[’ and ‘]’.
IPv6 addresses that were stored in the database in the past must be migrated.
2 files changed
+2
-0
9e8f09a1
→
07369771
modified crates/radicle/src/node/db.rs
@@ -37,6 +37,7 @@ const MIGRATIONS: &[&str] = &[
|
|
|
|
|
|
| + | |
|
|
|
|
|
added crates/radicle/src/node/db/migrations/7.sql
@@ -0,0 +1 @@
| + | |
|