-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tsulocalize
committed
Aug 1, 2024
1 parent
5273325
commit 22793bc
Showing
7 changed files
with
59 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
INSERT INTO users(id, name, created_at, modified_at) | ||
VALUES (1, '방방이', '2024-07-22 07:56:42', '2024-07-22 07:56:42'); | ||
INSERT INTO users(id, name, created_at, modified_at, deleted) | ||
VALUES (1, '방방이', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false); | ||
|
||
INSERT INTO custom_checklist_question(user_id, question, created_at, modified_at) | ||
VALUES (1, 'CLEAN_1', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'CLEAN_4', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_6', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_7', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_8', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'AMENITY_12', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ENVIRONMENT_18', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ENVIRONMENT_19', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'SECURITY_23', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'SECURITY_25', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ECONOMIC_31', '2024-07-22 07:56:42', '2024-07-22 07:56:42'); | ||
INSERT INTO custom_checklist_question(user_id, question, created_at, modified_at, deleted) | ||
VALUES (1, 'CLEAN_1', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'CLEAN_4', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_6', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_7', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_8', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'AMENITY_12', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ENVIRONMENT_18', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ENVIRONMENT_19', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'SECURITY_23', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'SECURITY_25', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ECONOMIC_31', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
INSERT INTO users(id, name, created_at, modified_at) | ||
VALUES (1, '방방이', '2024-07-22 07:56:42', '2024-07-22 07:56:42'); | ||
INSERT INTO users(id, name, created_at, modified_at, deleted) | ||
VALUES (1, '방방이', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false); | ||
|
||
INSERT INTO custom_checklist_question(user_id, question, created_at, modified_at) | ||
VALUES (1, 'CLEAN_1', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'CLEAN_4', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_6', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_7', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ROOM_CONDITION_8', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'AMENITY_12', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ENVIRONMENT_18', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ENVIRONMENT_19', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'SECURITY_23', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'SECURITY_25', '2024-07-22 07:56:42', '2024-07-22 07:56:42'), | ||
(1, 'ECONOMIC_31', '2024-07-22 07:56:42', '2024-07-22 07:56:42'); | ||
INSERT INTO custom_checklist_question(user_id, question, created_at, modified_at, deleted) | ||
VALUES (1, 'CLEAN_1', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'CLEAN_4', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_6', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_7', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ROOM_CONDITION_8', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'AMENITY_12', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ENVIRONMENT_18', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ENVIRONMENT_19', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'SECURITY_23', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'SECURITY_25', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false), | ||
(1, 'ECONOMIC_31', '2024-07-22 07:56:42', '2024-07-22 07:56:42', false); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters