diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-11 20:50:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-11 20:53:02 +0900 |
| commit | 0c448f5d403a084389acb0b3d215f8728a599302 (patch) | |
| tree | 37528798ede5a89b1a7be6c6ee2fec20395668a2 /Makefile | |
| parent | 6d37bdd6b2f5272cacaace60cfd14e0847b0096a (diff) | |
| download | iosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.gz iosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.tar.zst iosdc-japan-2024-albatross-0c448f5d403a084389acb0b3d215f8728a599302.zip | |
feat(backend): remove `prepare` message's payload
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
