this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

whoops forgot sqlx queries

+68
+34
.sqlx/query-684283747da17fee23c13374efb47c9d24c483a32c17daa649a0e07411ad0b6c.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "SELECT\n user_did,\n EXTRACT(EPOCH FROM (time_challenge_one_completed - time_started))::BIGINT AS \"duration_secs\",\n time_challenge_one_completed AS \"completed_at\"\n FROM challenges\n WHERE day = $1 AND time_challenge_one_completed IS NOT NULL\n ORDER BY (time_challenge_one_completed - time_started) ASC\n LIMIT 50", 4 + "describe": { 5 + "columns": [ 6 + { 7 + "ordinal": 0, 8 + "name": "user_did", 9 + "type_info": "Text" 10 + }, 11 + { 12 + "ordinal": 1, 13 + "name": "duration_secs", 14 + "type_info": "Int8" 15 + }, 16 + { 17 + "ordinal": 2, 18 + "name": "completed_at", 19 + "type_info": "Timestamptz" 20 + } 21 + ], 22 + "parameters": { 23 + "Left": [ 24 + "Int4" 25 + ] 26 + }, 27 + "nullable": [ 28 + false, 29 + null, 30 + true 31 + ] 32 + }, 33 + "hash": "684283747da17fee23c13374efb47c9d24c483a32c17daa649a0e07411ad0b6c" 34 + }
+34
.sqlx/query-b95d27b7fa749b86fda705572a37f9fc80a2a24dc98e23eb63e9c406a5de38e5.json
··· 1 + { 2 + "db_name": "PostgreSQL", 3 + "query": "SELECT\n user_did,\n EXTRACT(EPOCH FROM (time_challenge_two_completed - time_started))::BIGINT AS \"duration_secs\",\n time_challenge_two_completed AS \"completed_at\"\n FROM challenges\n WHERE day = $1 AND time_challenge_two_completed IS NOT NULL\n ORDER BY (time_challenge_two_completed - time_started) ASC\n LIMIT 50", 4 + "describe": { 5 + "columns": [ 6 + { 7 + "ordinal": 0, 8 + "name": "user_did", 9 + "type_info": "Text" 10 + }, 11 + { 12 + "ordinal": 1, 13 + "name": "duration_secs", 14 + "type_info": "Int8" 15 + }, 16 + { 17 + "ordinal": 2, 18 + "name": "completed_at", 19 + "type_info": "Timestamptz" 20 + } 21 + ], 22 + "parameters": { 23 + "Left": [ 24 + "Int4" 25 + ] 26 + }, 27 + "nullable": [ 28 + false, 29 + null, 30 + true 31 + ] 32 + }, 33 + "hash": "b95d27b7fa749b86fda705572a37f9fc80a2a24dc98e23eb63e9c406a5de38e5" 34 + }