docs: expand lint scope batch29 (2 files)

This commit is contained in:
Apple
2026-02-16 07:15:54 -08:00
parent bf39cb4bee
commit 2ccfecea44
3 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# 27 — Database Schema & Migrations (MicroDAO)
*Повна виробнича специфікація*
Повна виробнича специфікація.
---
@@ -23,7 +23,7 @@
## 2. High-level Structure of the Database
### Домени:
### Домени
1. Auth / Users
2. Teams (microDAO ядра)
@@ -42,7 +42,7 @@
## 3. Naming Conventions
### Префікси ID:
### Префікси ID
- `u_` — user
- `t_` — team
@@ -64,7 +64,7 @@
### Таблиці у snake_case
### Версії міграцій:
### Версії міграцій
`000001_init.sql`, `000002_users_teams.sql`, `000003_rbac.sql`
@@ -492,5 +492,3 @@ Output:
**Версія:** 1.0
**Останнє оновлення:** 2024-11-14