Skip to content

Commit

Permalink
update statement for sbc_addresses.last_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Apr 6, 2023
1 parent 009396b commit 1b764b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/upgrade-jambonz-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const sql = {
],
8003: [
'ALTER TABLE `voip_carriers` ADD COLUMN `register_status` VARCHAR(4096)',
'ALTER TABLE `sbc_addresses` ADD COLUMN `last_updated` DATETIME',
]
};

Expand Down

0 comments on commit 1b764b3

Please sign in to comment.