clean taux info
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
7c62edda39
commit
af0d98683c
5 changed files with 187 additions and 0 deletions
1
migrations/000003_drop_account_taux.down.sql
Normal file
1
migrations/000003_drop_account_taux.down.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE account ADD COLUMN taux NUMERIC(10, 6);
|
||||
3
migrations/000003_drop_account_taux.up.sql
Normal file
3
migrations/000003_drop_account_taux.up.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- taux retiré de account : le taux varie dans le temps et nécessite
|
||||
-- une table account_rate(account_id, taux, date_debut, date_fin) dédiée
|
||||
ALTER TABLE account DROP COLUMN taux;
|
||||
Loading…
Add table
Add a link
Reference in a new issue