aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-12 06:39:36 +0900
committernsfisis <nsfisis@gmail.com>2024-08-12 06:39:36 +0900
commitfbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf (patch)
tree7c82c16b16ee79db321228440931ea38b81f0e8e /Makefile
parent3074f8d74330a2c238040755b758230d682a4bc4 (diff)
downloadiosdc-japan-2025-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.tar.gz
iosdc-japan-2025-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.tar.zst
iosdc-japan-2025-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.zip
feat(frontend): improve watch page styling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e776e9..6adde68 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ DOCKER_COMPOSE := docker compose -f compose.local.yaml
all: down build reset up
reset:
- echo "UPDATE games SET state = 'waiting', started_at = NULL WHERE game_id = 7;" | make psql-query
+ echo "UPDATE games SET state = 'waiting', started_at = NULL WHERE game_id = 1;" | make psql-query
.PHONY: build
build: