260310:1705 20260310:1700 Refactor rfas
Build and Deploy / deploy (push) Successful in 5m42s

This commit is contained in:
admin
2026-03-10 17:05:30 +07:00
parent b6dc83d54a
commit 15b447ceeb
22 changed files with 3086 additions and 380 deletions
+9
View File
@@ -0,0 +1,9 @@
SELECT 'projects' as type, id, project_code as text1, project_name as text2 FROM projects
UNION ALL
SELECT 'disciplines' as type, id, code_name_th as text1, code_name_en as text2 FROM disciplines
UNION ALL
SELECT 'organizations' as type, id, organization_name as text1, organization_code as text2 FROM organizations
UNION ALL
SELECT 'tags' as type, id, tag_name as text1, description as text2 FROM tags
UNION ALL
SELECT 'correspondence_types' as type, id, type_code as text1, type_name as text2 FROM correspondence_types