Skip to content

Commit

Permalink
Merge pull request #186 from dwusiq/dev
Browse files Browse the repository at this point in the history
update share data and close sql log
  • Loading branch information
liberhe authored Mar 3, 2024
2 parents ee85cee + 87ca2ad commit e40a9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/resources/DB/3.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


UPDATE share SET twitter = REPLACE(twitter, '@@', '@') WHERE twitter LIKE '@@%';
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spring:
hibernate:
ddl-auto: update
generate-ddl: true
show-sql: true
show-sql: false
database-platform: org.hibernate.dialect.MySQL5Dialect
mail:
host: ${SMTP_SERVER:smtp.gmail.com}
Expand Down

0 comments on commit e40a9d8

Please sign in to comment.