Merge pull request #210 from CESNET/fix-wrong-postgres

fix: correct postgreSQL for v10 breaking change
pull/1580/head
Dominik František Bučík 2022-07-27 09:15:05 +02:00 committed by GitHub
commit 769f1f8500
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);