From e8501f7d728b5c08e64ae742ea2855e3a854d280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Fri, 6 Mar 2026 07:09:03 +0100 Subject: [PATCH] docs(db): mark database documentation as TBD placeholder --- DB_README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DB_README.md b/DB_README.md index 1e6b546..a16f9e8 100644 --- a/DB_README.md +++ b/DB_README.md @@ -1,5 +1,9 @@ # Database & Backend Notes +> Status: **TBD** (to be completed later) + +This document is currently a placeholder and will be filled with the real as-is database state, scripts, migrations, RPCs, and RLS details. + This document is the central place for database-related setup, schema notes, and backend conventions for car64. ## Stack