更新 src/main/resources/sql/init.sql
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-24 15:00:48 +00:00
parent 9e2ddf56fc
commit 4766a599b8

View File

@@ -138,3 +138,4 @@ CREATE TABLE IF NOT EXISTS system_config (
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
); );