fix: remove trailing comma in user_etichette table definition
This commit is contained in:
parent
a04e3c2fd3
commit
c18f96b8c7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
CREATE TABLE IF NOT EXISTS public.user_etichette (
|
CREATE TABLE IF NOT EXISTS public.user_etichette (
|
||||||
"userId" UUID NOT NULL,
|
"userId" UUID NOT NULL,
|
||||||
"etichettaId" integer NOT NULL,
|
"etichettaId" integer NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
DO $$ BEGIN
|
DO $$ BEGIN
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue