mirror of https://github.com/sipwise/db-schema.git
parent
79f52ab16f
commit
155879246d
@ -0,0 +1,2 @@
|
||||
use billing;
|
||||
alter table contracts modify column vat_rate tinyint(3) not null default 0;
|
||||
@ -0,0 +1,2 @@
|
||||
use billing;
|
||||
alter table contracts modify column vat_rate decimal(14,6) not null default 0;
|
||||
Loading…
Reference in new issue