feat(db): add generated models for public schema entities
CI / build-and-test (push) Has been cancelled
CI / build-and-test (push) Has been cancelled
* Create ModelPublicPersonaArc for persona_arc table * Create ModelPublicPlanDependencies for plan_dependencies table * Create ModelPublicPlanGuardrails for plan_guardrails table * Create ModelPublicPlanRelatedPlans for plan_related_plans table * Create ModelPublicPlanSkills for plan_skills table * Create ModelPublicPlans for plans table * Create ModelPublicProjectGuardrails for project_guardrails table * Create ModelPublicProjectSkills for project_skills table * Create ModelPublicProjects for projects table * Create ModelPublicStoredFiles for stored_files table * Create ModelPublicThoughtLinks for thought_links table * Create ModelPublicThoughts for thoughts table * Create ModelPublicToolAnnotations for tool_annotations table
This commit is contained in:
@@ -11,8 +11,8 @@ RELEASE_REMOTE ?= origin
|
||||
VERSION_TAG ?= $(shell git describe --tags --exact-match 2>/dev/null || echo dev)
|
||||
COMMIT_SHA ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
||||
BUILD_DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
|
||||
#RELSPEC ?= $(shell command -v relspec 2>/dev/null || echo $(HOME)/go/bin/relspec)
|
||||
RELSPEC = /home/hein/dev/relspecgo/build/relspec
|
||||
RELSPEC ?= $(shell command -v relspec 2>/dev/null || echo $(HOME)/go/bin/relspec)
|
||||
#RELSPEC = /home/hein/dev/relspecgo/build/relspec
|
||||
SCHEMA_FILES := $(sort $(wildcard schema/*.dbml))
|
||||
MERGE_TARGET_TMP := $(CURDIR)/.cache/schema.merge-target.dbml
|
||||
GENERATED_SCHEMA_MIGRATION := migrations/020_generated_schema.sql
|
||||
|
||||
Reference in New Issue
Block a user