need to fix db

This commit is contained in:
shaggy3007 2023-10-16 12:53:26 +02:00
parent fc33ce4730
commit 16ce9bac49
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public class Main {
PreparedStatement stmt;
stmt = connection.prepareStatement("DO $$ BEGIN "
+ "CREATE TYPE categoria_appartenenza AS ENUM ('gay', 'frocio', 'down', 'edi', 'spastico');"
+ "EXCEPTION "