We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2695d92 commit 6296dedCopy full SHA for 6296ded
src/server/alembic/insert_rfm_edges.sql
@@ -0,0 +1,8 @@
1
+INSERT INTO "public"."kv_unique"( "keycol", "valcol") VALUES
2
+( 'rfm_edges',
3
+ '{
4
+ "r":{"5": 0, "4": 262, "3": 1097, "2": 1910, "1": 2851},
5
+ "f": {"1": 0, "2": 1, "3": 2, "4": 3, "5": 4},
6
+ "m": {"1": 0.0, "2": 50.0, "3": 75.0, "4": 100.0, "5": 210.0}
7
+ }'
8
+ );
0 commit comments