Commit 7603875
committed
fix: Correct MySQL comment syntax in schema.sql
- Change '---' to '--' for proper MySQL comment syntax
- MySQL initialization now completes successfully
- All tables created properly: meme, category, meme_category, meme_view_log, meme_custom_log, meme_share_log
✅ Verified working:
- MySQL: healthy with all tables
- App: healthy and connected to MySQL
- Watchtower: healthy and monitoring1 parent 2fe9791 commit 7603875
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments