mirror of https://github.com/sipwise/db-schema.git
Change-Id: I29a56f38e12a5f7ed703397d456cf7b10030e44cchanges/15/615/6
parent
db5440d041
commit
69276708cb
@ -0,0 +1,3 @@
|
||||
USE accounting;
|
||||
ALTER TABLE events ADD COLUMN reseller_id INT(11) UNSIGNED NOT NULL DEFAULT 1
|
||||
AFTER subscriber_id;
|
||||
Loading…
Reference in new issue