diff --git a/src/main/resources/schema.sql b/src/main/resources/schema.sql index 1aae39ac109a3886b36e7f09f800e1518b886e8a..e6c171c2f6b5ee5343fcce072936f2d463d71304 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,