Add user units and sync tables (10_user_units.sql, 11_sync.sql)
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
| 06_clara.sql | Clara (secretaría) | clara_log, clara_summary (vista) |
|
||||
| 07_feldman.sql | Feldman (contable) | milestones, bloques, feldman_cola, feldman_validaciones |
|
||||
| 08_alfred.sql | Alfred (producción) | flujos_predefinidos, flujo_ejecuciones |
|
||||
| 10_user_units.sql | Unidades de usuario | hsu, pju, spu, vsu, vuu, flu |
|
||||
| 11_sync.sql | Sincronización | hst_mirror, notification |
|
||||
|
||||
---
|
||||
|
||||
@@ -34,6 +36,8 @@ psql -U tzzr -d tzzr -f 05_ai_requests.sql
|
||||
psql -U tzzr -d tzzr -f 06_clara.sql
|
||||
psql -U tzzr -d tzzr -f 07_feldman.sql
|
||||
psql -U tzzr -d tzzr -f 08_alfred.sql
|
||||
psql -U tzzr -d tzzr -f 10_user_units.sql
|
||||
psql -U tzzr -d tzzr -f 11_sync.sql
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user