mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-09 13:41:20 +01:00
* 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
|