From 38b90179620aa6d3cf4027c208b24243bdb42483 Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Wed, 9 Oct 2024 15:58:58 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'script.SQL'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.SQL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.SQL b/script.SQL index 8498923..e36c7ff 100644 --- a/script.SQL +++ b/script.SQL @@ -15,7 +15,7 @@ CREATE TABLE Users ( pssword varchar(99) NOT NULL, creation date NOT NULL, is_admin boolean NOT NULL, - CONSTRAINT unique_col UNIQUE (username, email, phone) + CONSTRAINT unique_col UNIQUE (username, email) );