Run schema update and add migration script

This commit is contained in:
Lucas Bickel 2018-02-03 16:43:10 +01:00
parent ca9f156b3c
commit 313342c297
4 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE cc_service_register ALTER COLUMN ip TYPE character varying(18);

View file

@ -0,0 +1 @@
ALTER TABLE cc_service_register ALTER COLUMN ip TYPE character varying(45);