mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
fc5c6476a0
* Revert "Revert "Add is_deleted column to person_distinct_id (#5151)" (#5193)"
This reverts commit 401268bdba
.
* A tweak for docker-compose builds
Co-authored-by: James Greenhill <fuziontech@gmail.com>
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./ee/bin/docker-ch-dev-backend & ./bin/docker-frontend
|