WIP: (refactor): Deprecate CockroachDB
0/2 discussions resolved
1409 ); 1410 1411 CREATE TABLE minds.hidden_hashtags ( 1412 hashtag text, 1413 admin_guid varint, 1414 hidden_since timestamp, 1415 PRIMARY KEY (hashtag) 1416 ); 1417 1418 CREATE TABLE minds.entity_hashtags ( - Owner
pretty sure we do not need
28 38 throw new \Exception('entity_guid must be provided'); 29 39 } 30 40 31 $query = "SELECT * FROM entity_hashtags WHERE guid=?"; 32 $params = [$opts['entity_guid']]; 41 $cql = "SELECT * FROM entity_hashtags WHERE guid = ?"; - Owner
Should we return an empty response?