UPDATE: Entity, Geo, Wiki
Some checks failed
Build and Release / release (push) Failing after 1m10s

This commit is contained in:
2026-04-22 17:55:19 +07:00
parent adb65d8292
commit 1cab8f8f52

View File

@@ -3,7 +3,7 @@ CREATE EXTENSION IF NOT EXISTS postgis;
CREATE TABLE IF NOT EXISTS geometries (
id UUID PRIMARY KEY DEFAULT uuidv7(),
geo_type VARCHAR(50) NOT NULL DEFAULT 'id'
geo_type VARCHAR(50) NOT NULL DEFAULT 'id',
draw_geometry JSONB NOT NULL,
binding JSONB,
time_start INT,