Merge pull request #210 from CESNET/fix-wrong-postgres
fix: correct postgreSQL for v10 breaking changepull/1580/head
commit
769f1f8500
|
@ -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