backend api, swagger, tooling, frontend skeleton
This commit is contained in:
12
doc_dev/08_etape3_migrations.md
Normal file
12
doc_dev/08_etape3_migrations.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Etape 3 - Migrations initiales
|
||||
|
||||
## Objectif
|
||||
Ajouter une migration SQL initiale pour SQLite selon les schemas Ent.
|
||||
|
||||
## Fichiers ajoutes
|
||||
- `migrations/0001_init.sql`
|
||||
|
||||
## Notes
|
||||
- Ent generate non execute (commande `go` indisponible dans l'environnement).
|
||||
- A relancer une fois Go installe :
|
||||
`go run -mod=mod entgo.io/ent/cmd/ent generate ./internal/data/ent/schema --target ./internal/data/ent`
|
||||
Reference in New Issue
Block a user