Files
buildfor_life_ops/drizzle/meta/_journal.json
T
grabowski 8117253841 feat(properties): add parent_id for sub-property hierarchy
Phase 1 of the parent/child rollup feature. Self-FK on properties
with ON DELETE RESTRICT, plus a CHECK that blocks self-reference at
the DB level. Service-layer helpers (getDescendantIds,
getAncestorIds, assertNoCycle) walk the tree via recursive CTEs and
guard against cycles and cross-company parents. softDeleteProperty
now refuses to delete a property with live children.

No UI yet — readers and roll-up routes land in Phase 2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 12:49:04 +07:00

132 lines
2.7 KiB
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1776760498088,
"tag": "0000_init",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1776912796532,
"tag": "0001_phase1_assets_properties_documents",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1776912900000,
"tag": "0002_phase1_constraints_and_search",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1776913896873,
"tag": "0003_phase2_checklists_and_maintenance",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1776913950000,
"tag": "0004_phase2_partial_indexes_and_triggers",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1776915278123,
"tag": "0005_phase3_projects_and_decisions",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1776915350000,
"tag": "0006_phase3_partial_index_and_triggers",
"breakpoints": true
},
{
"idx": 7,
"version": "7",
"when": 1776916197473,
"tag": "0007_phase4_wiki",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1776916020000,
"tag": "0008_phase4_wiki_fts_and_uniq",
"breakpoints": true
},
{
"idx": 9,
"version": "7",
"when": 1776918611593,
"tag": "0009_rooms_and_floors",
"breakpoints": true
},
{
"idx": 10,
"version": "7",
"when": 1776918700000,
"tag": "0010_rooms_check_and_triggers",
"breakpoints": true
},
{
"idx": 11,
"version": "7",
"when": 1776919853043,
"tag": "0011_property_accounts",
"breakpoints": true
},
{
"idx": 12,
"version": "7",
"when": 1776919900000,
"tag": "0012_accounts_updated_at_trigger",
"breakpoints": true
},
{
"idx": 13,
"version": "7",
"when": 1776930973516,
"tag": "0013_notifications",
"breakpoints": true
},
{
"idx": 14,
"version": "7",
"when": 1776932841675,
"tag": "0014_property_expenses",
"breakpoints": true
},
{
"idx": 15,
"version": "7",
"when": 1776932900000,
"tag": "0015_expenses_updated_at_trigger",
"breakpoints": true
},
{
"idx": 16,
"version": "7",
"when": 1777268853483,
"tag": "0016_property_parent_id",
"breakpoints": true
},
{
"idx": 17,
"version": "7",
"when": 1777268853484,
"tag": "0017_property_parent_check",
"breakpoints": true
}
]
}