fix: correct postgreSQL for v10 breaking change
previous command was not postgreSQL compatiblepull/1580/head
parent
c2395c2637
commit
28a9411af4
|
@ -1 +1 @@
|
||||||
ALTER TABLE client_details MODIFY jurisdiction VARCHAR(256) DEFAULT NULL;
|
ALTER TABLE client_details ALTER jurisdiction TYPE VARCHAR(256);
|
||||||
|
|
Loading…
Reference in New Issue