fix: correct postgreSQL for v10 breaking change

previous command was not postgreSQL compatible
pull/1580/head
Pavel Břoušek 2022-07-25 14:04:02 +02:00 committed by GitHub
parent c2395c2637
commit 28a9411af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ALTER TABLE client_details MODIFY jurisdiction VARCHAR(256) DEFAULT NULL; ALTER TABLE client_details ALTER jurisdiction TYPE VARCHAR(256);