Skip to content
Snippets Groups Projects
Commit fbc83601 authored by YUNHEE LEE's avatar YUNHEE LEE
Browse files

valid값 넣는 명령 추가

parent 34cd1f17
Branches
No related tags found
No related merge requests found
Pipeline #8767 failed
...@@ -208,3 +208,5 @@ INSERT INTO games VALUES ('Spcx_1', 'C', null, '2024-01-07'); ...@@ -208,3 +208,5 @@ INSERT INTO games VALUES ('Spcx_1', 'C', null, '2024-01-07');
INSERT INTO games VALUES ('Han_3', 'C', null, '2024-01-07'); INSERT INTO games VALUES ('Han_3', 'C', null, '2024-01-07');
INSERT INTO games VALUES ('Hgung', 'C', null, '2024-01-07'); INSERT INTO games VALUES ('Hgung', 'C', null, '2024-01-07');
INSERT INTO games VALUES ('Luck_1', 'C', null, '2024-01-07'); INSERT INTO games VALUES ('Luck_1', 'C', null, '2024-01-07');
UPDATE games SET valid = true;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment