mirror of https://github.com/sipwise/db-schema.git
* this column stores the currently used olson database timezone
version
Change-Id: Ib26c0d731d7f378717ea399d3a9f06d5f033a596
(cherry picked from commit 55477004f8
)
mr11.1
parent
0da114ab67
commit
640143c174
@ -0,0 +1,3 @@
|
||||
USE ngcp;
|
||||
|
||||
ALTER TABLE timezone DROP COLUMN version;
|
@ -0,0 +1,3 @@
|
||||
USE ngcp;
|
||||
|
||||
ALTER TABLE timezone ADD COLUMN version VARCHAR(32);
|
Loading…
Reference in new issue