251202:1700 Prepare to version 1.6

This commit is contained in:
admin
2025-12-02 17:29:42 +07:00
parent 5acc631994
commit 9dcdba0bb3
3 changed files with 407 additions and 77 deletions

View File

@@ -42,14 +42,14 @@ VALUES (1, 'กทท.', 'การท่าเรือแห่งประเ
'สคฉ.3-xx',
'ตรวจรับพัสดุ ที่ปรึกษาออกแบบ ส่วนที่ 4'
),
(21, 'TEAM', 'Designer Consulting Ltd.'),
(22, 'คคง.', 'Construction Supervision Ltd.'),
(41, 'ผรม.1', 'Contractor งานทางทะเล'),
(42, 'ผรม.2', 'Contractor อาคารและระบบ'),
(43, 'ผรม.3', 'Contractor #3 Ltd.'),
(44, 'ผรม.4', 'Contractor #4 Ltd.'),
(31, 'EN', 'Third Party Environment'),
(32, 'CAR', 'Third Party Fishery Care');
(21, 'TEAM', 'Designer Consulting Ltd.'),
(22, 'คคง.', 'Construction Supervision Ltd.'),
(41, 'ผรม.1', 'Contractor งานทางทะเล'),
(42, 'ผรม.2', 'Contractor อาคารและระบบ'),
(43, 'ผรม.3', 'Contractor #3 Ltd.'),
(44, 'ผรม.4', 'Contractor #4 Ltd.'),
(31, 'EN', 'Third Party Environment'),
(32, 'CAR', 'Third Party Fishery Care');
-- Seed project
INSERT INTO projects (project_code, project_name)
VALUES (
@@ -156,7 +156,7 @@ VALUES (
);
-- Seed user
-- Initial SUPER_ADMIN user
INSERT INTO `users` (
INSERT INTO users (
`user_id`,
`username`,
`password_hash`,