impress/src/server
Matchu 68b5486bb7 update labeled field for pet appearances
Oops, when building the Support tool to label pet appearances, I didn't realize that there's also a boolean `labeled` field that needs to be true for labeled appearances. Without it, the old app shows the appearance as "Unlabeled".

I also ran this query to fix the rows we'd incorrectly written:
```
mysql> UPDATE pet_states SET labeled = 1 WHERE mood_id IS NOT NULL;
Query OK, 158 rows affected (0.14 sec)
Rows matched: 19640  Changed: 158  Warnings: 0
```
2020-10-03 04:05:25 -07:00
..
__snapshots__ simplify validPetPoses out of the server directory 2020-09-06 00:40:00 -07:00
lib remove detailed gql from honeycomb traces 2020-09-19 21:34:35 -07:00
query-tests hooray, animated items seem to be working?! ^w^ 2020-09-22 03:53:48 -07:00
types update labeled field for pet appearances 2020-10-03 04:05:25 -07:00
db.js add basic test db infra 2020-09-18 05:50:17 -07:00
index.js remove detailed gql from honeycomb traces 2020-09-19 21:34:35 -07:00
loaders.js GQL for canonical appearance for body 2020-09-21 02:56:48 -07:00
util.js update labeled field for pet appearances 2020-10-03 04:05:25 -07:00
util.test.js add snapshot tests for loadBodyName 2020-08-21 16:22:16 -07:00