Use 'primary key' constraint instead of index
modified radicle-node/src/client.rs
@@ -104,9 +104,15 @@ impl<R: Reactor> Client<R> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/routing/schema.sql
@@ -2,7 +2,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -10,6 +9,5 @@ create table if not exists "routing" (
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |