``refactor Update docker-compose configurations, adjust PocketBase Dockerfile, modify seed scripts to use 'state' instead of 'status', and fix paths in development scripts ``

This commit is contained in:
2025-05-16 11:13:14 +08:00
parent a8b0a63648
commit 3e3e23aa68
5 changed files with 32 additions and 21 deletions

View File

@@ -143,7 +143,7 @@ module.exports = ($app) => {
record.set("timezone", student[8]);
record.set("language", student[9]);
record.set("currency", student[10]);
record.set("status", student[11]);
record.set("state", student[11]);
$app.save(record);
}