aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-11 20:50:11 +0900
committernsfisis <nsfisis@gmail.com>2024-08-11 20:53:02 +0900
commit0c448f5d403a084389acb0b3d215f8728a599302 (patch)
tree37528798ede5a89b1a7be6c6ee2fec20395668a2 /Makefile
parent6d37bdd6b2f5272cacaace60cfd14e0847b0096a (diff)
downloadphperkaigi-2025-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.gz
phperkaigi-2025-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.zst
phperkaigi-2025-albatross-0c448f5d403a084389acb0b3d215f8728a599302.zip
feat(backend): remove `prepare` message's payload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9320bd..5cda0b3 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_entries', started_at = NULL WHERE game_id = 1;" | make psql-query
+ echo "UPDATE games SET state = 'waiting_entries', started_at = NULL WHERE game_id = 7;" | make psql-query
.PHONY: build
build: