add envelop
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
af0d98683c
commit
1f3ed998df
8 changed files with 363 additions and 19 deletions
3
migrations/000006_drop_montant_alloue.up.sql
Normal file
3
migrations/000006_drop_montant_alloue.up.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- montant_alloue retiré : le solde réel d'une enveloppe est dérivé
|
||||
-- des transactions et stocké dans account_snapshot
|
||||
ALTER TABLE account DROP COLUMN montant_alloue;
|
||||
Loading…
Add table
Add a link
Reference in a new issue