feat(csms): update schema for ocpp authorization

This commit is contained in:
2026-03-17 00:32:54 +08:00
parent e884fc5bc0
commit 5825783f8b
3 changed files with 1956 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "charge_point" ADD COLUMN "password_hash" varchar(255);