Skip to content

Commit

Permalink
fix: data.sql에서 event의 image 컬럼 값 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Oct 4, 2023
1 parent b6f4208 commit 568b8e4
Showing 1 changed file with 15 additions and 25 deletions.
40 changes: 15 additions & 25 deletions backend/emm-sale/src/main/resources/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,96 +77,86 @@ values (7, '정보보안');

insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (1, '인프콘 2023', '2023-06-01T12:00:00', '2023-09-01T12:00:00', '2023-05-01T12:00:00',
'2023-06-01T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'CONFERENCE', 'OFFLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
location, information_url, created_at, updated_at, type, event_mode, payment_type,
organization)
values (2, 'AI 컨퍼런스', '2023-07-22T12:00:00', '2023-07-30T12:00:00', '2023-07-01T12:00:00',
'2023-07-22T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (3, '모바일 컨퍼런스', '2023-08-03T12:00:00', '2023-09-03T12:00:00', '2023-08-01T12:00:00',
'2023-08-02T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (4, '안드로이드 컨퍼런스', '2023-06-29T12:00:00', '2023-07-16T12:00:00', '2023-06-01T12:00:00',
'2023-06-20T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (5, '웹 컨퍼런스', '2023-07-03T12:00:00', '2023-08-03T12:00:00', '2023-07-03T12:00:00',
'2023-08-03T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(), null, 'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(), 'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (6, '옛날 웹 컨퍼런스', '2022-07-03T12:00:00', '2022-08-03T12:00:00', '2022-07-03T12:00:00',
'2022-08-03T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'CONFERENCE', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (7, '알고리즘 경진대회', '2023-06-01T12:00:00', '2023-09-01T12:00:00', '2023-06-01T12:00:00',
'2023-09-01T12:00:00', '온라인', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'COMPETITION', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (8, '첨단 해커톤', '2023-07-22T12:00:00', '2023-07-30T12:00:00', '2023-07-22T12:00:00',
'2023-07-30T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'COMPETITION', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (9, 'AI 아이디어 공모전', '2023-08-03T12:00:00', '2023-09-03T12:00:00', '2023-08-03T12:00:00',
'2023-09-03T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(), null, 'COMPETITION', 'ONLINE', 'PAID', '행사기관');
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(), 'COMPETITION', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (10, '구름톤', '2023-06-29T12:00:00', '2023-07-16T12:00:00', '2023-06-29T12:00:00',
'2023-07-16T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'COMPETITION', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location, information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (11, 'CTF', '2023-07-03T12:00:00', '2023-08-03T12:00:00', '2023-07-03T12:00:00',
'2023-08-03T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'COMPETITION', 'ONLINE', 'PAID', '행사기관');
insert into event(id, name, start_date, end_date, apply_start_date, apply_end_date,
location,
information_url, created_at, updated_at,
image_url, type, event_mode, payment_type, organization)
type, event_mode, payment_type, organization)
values (12, '보안 경진대회', '2022-07-03T12:00:00', '2022-08-03T12:00:00', '2022-07-03T12:00:00',
'2022-08-03T12:00:00', '코엑스', 'https://www.naver.com',
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(),
'https://biz.pusan.ac.kr/dext5editordata/2022/08/20220810_160546511_10103.jpg',
'COMPETITION', 'ONLINE', 'PAID', '행사기관');


Expand Down

0 comments on commit 568b8e4

Please sign in to comment.