Skip to content

Commit

Permalink
Merge branch 'be-develop' of https://github.com/Kernel360/F2-TECHPICK
Browse files Browse the repository at this point in the history
…into be-develop
  • Loading branch information
sangwonsheep committed Dec 26, 2024
2 parents 219e231 + 5343acf commit 1fc3e05
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.api.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
if: always()
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.batch.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
if: always()
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/baguni.test.ranking.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
echo "restarting container..."
docker compose down ${{ env.module-name }}
docker compose up ${{ env.module-name }} -d
echo "docker - pruning images that passed 24h ..."
docker image prune -af --filter "until=24h"
- name: Discord Webhook Notification
uses: sarisia/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class Link {
@Column(name = "description", columnDefinition = "TEXT")
private String description;

@Column(name = "imageUrl", columnDefinition = "VARCHAR(600)")
// image가 base64 로 인코딩되서 url에 담기는 경우가 있기 때문에 text로 변경
@Column(name = "imageUrl", columnDefinition = "TEXT")
private String imageUrl;

@Column(name = "invalidatedAt_at")
Expand Down

0 comments on commit 1fc3e05

Please sign in to comment.