Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
meanspec-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MeanSpec (SCE338 2024-2 Group 1)
meanspec-backend
Commits
527c60ca
Verified
Commit
527c60ca
authored
7 months ago
by
Eunhak Lee
Browse files
Options
Downloads
Patches
Plain Diff
fix: pc가 인증된 시각을 verified_at 으로 설정
parent
398cbf35
Branches
Branches containing commit
No related tags found
1 merge request
!20
내 PC를 인증된 조합으로 공유하기 기능
Pipeline
#10830
passed
7 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/repositories/shareRepository.js
+1
-1
1 addition, 1 deletion
src/repositories/shareRepository.js
with
1 addition
and
1 deletion
src/repositories/shareRepository.js
+
1
−
1
View file @
527c60ca
...
@@ -17,7 +17,7 @@ const ShareRepository = {
...
@@ -17,7 +17,7 @@ const ShareRepository = {
shares.combination_id,
shares.combination_id,
array(SELECT relations.part_id FROM relations WHERE relations.combination_id = shares.combination_id) as parts,
array(SELECT relations.part_id FROM relations WHERE relations.combination_id = shares.combination_id) as parts,
shares.created_at,
shares.created_at,
(SELECT created_at FROM combinations WHERE combinations.id = shares.combination_id) as
updat
ed_at
(SELECT created_at FROM combinations WHERE combinations.id = shares.combination_id) as
verifi
ed_at
FROM shares
FROM shares
WHERE uuid=$1;`
,
WHERE uuid=$1;`
,
[
uniqueId
]
[
uniqueId
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment