Update tools controllers and assets

This commit is contained in:
sas.fajri
2026-05-21 13:43:16 +07:00
parent 0b87e2e7cd
commit e53e9c19f7
7 changed files with 1094 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- If a task changes live DB objects such as table schema, trigger, stored procedure, or function, always add a SQL record file under `sql/manual_changes/`.
- Name the SQL record file with the pattern `YYYY-MM-DD-<commit-message-stem>.sql`.
- The SQL record file must include the actual SQL change that was applied, not just a note.
- Before every `commit` and `push`, always check first whether local branch needs to pull/rebase from remote.
## graphify