From d6fa84229651ac509e61045eabb3cc9c41c72539 Mon Sep 17 00:00:00 2001 From: tlgur Date: Thu, 8 Feb 2024 23:25:54 +0900 Subject: [PATCH] =?UTF-8?q?docs=20:=20Club=20=ED=85=8C=EC=9D=B4=EB=B8=94?= =?UTF-8?q?=20=EB=91=90=EA=B0=9C=20=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= =?UTF-8?q?=20#108?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/resources/schema.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/resources/schema.sql b/src/test/resources/schema.sql index e4a2aa2..acd0e25 100644 --- a/src/test/resources/schema.sql +++ b/src/test/resources/schema.sql @@ -10,6 +10,7 @@ drop table if exists thumbnail; drop table if exists file_name; drop table if exists pending_club; +# 동아리 고정 정보 create table club_meta ( club_meta_id bigint primary key not null auto_increment, @@ -28,6 +29,7 @@ create table club_meta ( logo_id bigint not null ); +# 동아리 운영 관련 유동 정보 create table club_operation( club_operation_id bigint primary key not null auto_increment,