From d6c0748ff06e34b3d1e01fbb9975eb1750bad421 Mon Sep 17 00:00:00 2001 From: Haoyu Sun <sunh26@cardiff.ac.uk> Date: Mon, 17 Feb 2025 15:14:02 +0000 Subject: [PATCH] fix bug --- src/main/resources/schema.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/schema.sql b/src/main/resources/schema.sql index 1aae39a..e6c171c 100644 --- a/src/main/resources/schema.sql +++ b/src/main/resources/schema.sql @@ -1,7 +1,7 @@ -drop table if exists match_item; -drop table if exists ranking; -drop table if exists information; -drop table if exists images; +-- drop table if exists match_item; +-- drop table if exists ranking; +-- drop table if exists information; +-- drop table if exists images; CREATE TABLE information ( id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(50) UNIQUE NOT NULL, -- GitLab