Skip to content

Commit

Permalink
Merge branch 'feature/929-graduation-credit-calculator' into task/929…
Browse files Browse the repository at this point in the history
…-graduation-credit-calculator
  • Loading branch information
Soundbar91 committed Oct 6, 2024
2 parents 14c9448 + 3948f46 commit 9a930bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/db/migration/V77__add_department.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ CREATE TABLE department
);

INSERT INTO `department` (name)
VALUES (' 컴퓨터공학부 '),
(' 기계공학부 '),
(' 메카트로닉스공학부 '),
(' 전기전자통신공학부 '),
(' 디자인공학부 '),
(' 건축공학부 '),
(' 화학생명공학부 '),
(' 에너지신소재공학부 '),
(' 산업경영학부 '),
(' 고용서비스정책학과 ');
VALUES ('컴퓨터공학부'),
('기계공학부'),
('메카트로닉스공학부'),
('전기전자통신공학부'),
('디자인공학부'),
('건축공학부'),
('화학생명공학부'),
('에너지신소재공학부'),
('산업경영학부'),
('고용서비스정책학과');

0 comments on commit 9a930bf

Please sign in to comment.