diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-12 06:39:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-12 06:39:36 +0900 |
| commit | fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf (patch) | |
| tree | 7c82c16b16ee79db321228440931ea38b81f0e8e /Makefile | |
| parent | 3074f8d74330a2c238040755b758230d682a4bc4 (diff) | |
| download | iosdc-japan-2024-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.tar.gz iosdc-japan-2024-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.tar.zst iosdc-japan-2024-albatross-fbe3a7eeae9d2b2c972ab6d2c30eb7aee41b0ecf.zip | |
feat(frontend): improve watch page styling
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', 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: |
