fix: replace V018 with V019 (fixed SQL quote escaping)
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m46s

V018 had PostgreSQL quote escaping issues with long content strings.
V019 uses 1256 quoting to avoid escaping problems and cleanly inserts
all 12 blog posts (5 updates + 7 new) with middle-school level language.

Deletes V018, commits V019 as replacement.
This commit is contained in:
2026-07-01 16:31:40 +09:00
parent 6b14ce929e
commit ed8ac34542
247 changed files with 6748 additions and 7098 deletions