aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-11 22:15:36 +0900
committernsfisis <nsfisis@gmail.com>2024-08-11 22:54:29 +0900
commit34d61fcc7035ebd7ffb636d13308166c90b474b2 (patch)
treecf120caf0b1d27b4067b1e1133b787618906d8fc /Makefile
parentc7599c74722864d54c96a3f3d52e28290abb9eac (diff)
downloadiosdc-japan-2024-albatross-34d61fcc7035ebd7ffb636d13308166c90b474b2.tar.gz
iosdc-japan-2024-albatross-34d61fcc7035ebd7ffb636d13308166c90b474b2.tar.zst
iosdc-japan-2024-albatross-34d61fcc7035ebd7ffb636d13308166c90b474b2.zip
feat: simplify starting procedure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cda0b3..9e776e9 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 = 7;" | make psql-query
+ echo "UPDATE games SET state = 'waiting', started_at = NULL WHERE game_id = 7;" | make psql-query
.PHONY: build
build: