diff --git a/apps/db/migrations/36_user_etichette.up.sql b/apps/db/migrations/36_user_etichette.up.sql index 53bf1db..d9b6b05 100644 --- a/apps/db/migrations/36_user_etichette.up.sql +++ b/apps/db/migrations/36_user_etichette.up.sql @@ -1,6 +1,6 @@ CREATE TABLE IF NOT EXISTS public.user_etichette ( "userId" UUID NOT NULL, - "etichettaId" integer NOT NULL, + "etichettaId" integer NOT NULL ); DO $$ BEGIN