mirror of https://github.com/sipwise/db-schema.git
parent
f3804fe133
commit
e1550dd5ee
@ -0,0 +1,5 @@
|
|||||||
|
use accounting;
|
||||||
|
|
||||||
|
alter table events
|
||||||
|
change column export_status export_status
|
||||||
|
enum('unexported','ok','filtered','failed') not null default 'unexported';
|
||||||
Loading…
Reference in new issue