efiber-prisma-schema 1.10.4 → 1.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/migrations/0_init/migration.sql +0 -0
- package/prisma/migrations/20240202082320_init/migration.sql +17 -0
- package/prisma/migrations/20240202091027_camusat_client/migration.sql +29 -0
- package/prisma/migrations/20240202124330_camusatcountry/migration.sql +20 -0
- package/prisma/migrations/20240203085209_feature/migration.sql +66 -0
- package/prisma/migrations/20240203123342_feature/migration.sql +38 -0
- package/prisma/migrations/20240203124454_featuretype/migration.sql +30 -0
- package/prisma/migrations/20240203134414_featuretype/migration.sql +8 -0
- package/prisma/migrations/20240203154141_featuretype/migration.sql +47 -0
- package/prisma/migrations/20240203203915_template/migration.sql +82 -0
- package/prisma/migrations/20240204040725_template_component/migration.sql +83 -0
- package/prisma/migrations/20240204043127_template_component/migration.sql +3 -0
- package/prisma/migrations/20240204051036_template_component/migration.sql +17 -0
- package/prisma/migrations/20240204052923_template_component/migration.sql +24 -0
- package/prisma/migrations/20240204103902_template_component/migration.sql +10 -0
- package/prisma/migrations/20240204112656_camusat_client/migration.sql +13 -0
- package/prisma/migrations/20240204113143_camusat_client/migration.sql +16 -0
- package/prisma/migrations/20240204133932_camusat_client/migration.sql +13 -0
- package/prisma/migrations/20240204134637_camusat_client/migration.sql +16 -0
- package/prisma/migrations/20240204135459_camusat_client/migration.sql +8 -0
- package/prisma/migrations/20240204135615_camusat_client/migration.sql +16 -0
- package/prisma/migrations/20240204141001_camusat_client/migration.sql +16 -0
- package/prisma/migrations/20240205070804_template/migration.sql +60 -0
- package/prisma/migrations/20240205071138_template/migration.sql +8 -0
- package/prisma/migrations/20240205074015_template/migration.sql +11 -0
- package/prisma/migrations/20240205100949_template/migration.sql +3 -0
- package/prisma/migrations/20240205170632_template/migration.sql +26 -0
- package/prisma/migrations/20240205171038_template/migration.sql +8 -0
- package/prisma/migrations/20240206115225_template/migration.sql +2 -0
- package/prisma/migrations/20240206115743_template/migration.sql +8 -0
- package/prisma/migrations/20240206122145_template/migration.sql +8 -0
- package/prisma/migrations/20240206122530_template/migration.sql +17 -0
- package/prisma/migrations/20240206124010_template/migration.sql +2 -0
- package/prisma/migrations/20240206124504_template/migration.sql +8 -0
- package/prisma/migrations/20240207123737_template_component/migration.sql +27 -0
- package/prisma/migrations/20240207182427_project_workflow/migration.sql +13 -0
- package/prisma/migrations/20240208080438_project_workflow/migration.sql +29 -0
- package/prisma/migrations/20240208094341_project_workflow/migration.sql +20 -0
- package/prisma/migrations/20240208094513_project_workflow/migration.sql +11 -0
- package/prisma/migrations/20240208110543_feature/migration.sql +42 -0
- package/prisma/migrations/20240209094123_feature/migration.sql +2 -0
- package/prisma/migrations/20240211174122_camusat_client/migration.sql +2 -0
- package/prisma/migrations/20240219060721_feature/migration.sql +14 -0
- package/prisma/migrations/20240301063634_material/migration.sql +40 -0
- package/prisma/migrations/20240301064450_material/migration.sql +8 -0
- package/prisma/migrations/20240301071914_bill_of_material/migration.sql +32 -0
- package/prisma/migrations/20240301130744_dispatch_material/migration.sql +19 -0
- package/prisma/migrations/20240304051150_dispatch_material/migration.sql +5 -0
- package/prisma/migrations/20240304060722_dispatch_material/migration.sql +5 -0
- package/prisma/migrations/20240304060902_dispatch_material/migration.sql +8 -0
- package/prisma/migrations/20240304061156_dispatch_material/migration.sql +9 -0
- package/prisma/migrations/20240304173952_stock_movement/migration.sql +40 -0
- package/prisma/migrations/20240305072137_stock_movement/migration.sql +239 -0
- package/prisma/migrations/20240305072744_stock_movement/migration.sql +12 -0
- package/prisma/migrations/20240306055959_stock_movement/migration.sql +11 -0
- package/prisma/migrations/20240306062724_stock_movement/migration.sql +2 -0
- package/prisma/migrations/20240306113309_stock_movement/migration.sql +8 -0
- package/prisma/migrations/20240306141448_stock_movement/migration.sql +5 -0
- package/prisma/migrations/20240306144254_stock_movement/migration.sql +5 -0
- package/prisma/migrations/20240306154800_stock_movement/migration.sql +8 -0
- package/prisma/migrations/20240307095205_stock_movement/migration.sql +16 -0
- package/prisma/migrations/20240308175028_new/migration.sql +8 -0
- package/prisma/migrations/20240310114206_dispatch_project/migration.sql +5 -0
- package/prisma/migrations/20240311121226_new/migration.sql +71 -0
- package/prisma/migrations/20240311171024_new/migration.sql +8 -0
- package/prisma/migrations/20240312090511_material/migration.sql +17 -0
- package/prisma/migrations/20240312095600_material/migration.sql +16 -0
- package/prisma/migrations/20240312115431_material/migration.sql +11 -0
- package/prisma/migrations/20240316161358_work_order/migration.sql +3 -0
- package/prisma/migrations/20240318112352_problem_categorization/migration.sql +14 -0
- package/prisma/migrations/20240318112616_problem_categorization/migration.sql +8 -0
- package/prisma/migrations/20240319072457_work_order/migration.sql +5 -0
- package/prisma/migrations/20240320124008_dispatch_project/migration.sql +26 -0
- package/prisma/migrations/20240321081929_dispatch_project/migration.sql +8 -0
- package/prisma/migrations/20240321102139_work_order/migration.sql +45 -0
- package/prisma/migrations/20240321103420_work_order/migration.sql +14 -0
- package/prisma/migrations/20240321103537_work_order/migration.sql +2 -0
- package/prisma/migrations/20240322061027_material/migration.sql +11 -0
- package/prisma/migrations/20240323122952_work_order/migration.sql +6 -0
- package/prisma/migrations/20240323125822_work_order/migration.sql +2 -0
- package/prisma/migrations/20240325082900_work_order/migration.sql +11 -0
- package/prisma/migrations/20240326115608_work_order/migration.sql +18 -0
- package/prisma/migrations/20240327051438_work_order/migration.sql +8 -0
- package/prisma/migrations/20240327100905_work_order/migration.sql +24 -0
- package/prisma/migrations/20240328121421_work_order/migration.sql +26 -0
- package/prisma/migrations/20240328122320_work_order/migration.sql +9 -0
- package/prisma/migrations/20240328123833_work_order/migration.sql +3 -0
- package/prisma/migrations/20240328132921_work_order/migration.sql +5 -0
- package/prisma/migrations/20240328142205_work_order/migration.sql +2 -0
- package/prisma/migrations/20240401184203_billof_material/migration.sql +8 -0
- package/prisma/migrations/20240402125649_feature/migration.sql +2 -0
- package/prisma/migrations/20240404054220_project/migration.sql +29 -0
- package/prisma/migrations/20240407224722_user/migration.sql +2 -0
- package/prisma/migrations/20240408100730_template_component/migration.sql +12 -0
- package/prisma/migrations/20240409094754_template/migration.sql +2 -0
- package/prisma/migrations/20240409095653_template/migration.sql +2 -0
- package/prisma/migrations/20240409100032_features/migration.sql +2 -0
- package/prisma/migrations/20240409100313_project/migration.sql +5 -0
- package/prisma/migrations/20240411073053_subject_email_configurations/migration.sql +2 -0
- package/prisma/migrations/20240412093517_work_order_tasks/migration.sql +3 -0
- package/prisma/migrations/20240413085449_problem_categorization/migration.sql +5 -0
- package/prisma/migrations/20240415101559_project/migration.sql +20 -0
- package/prisma/migrations/20240417062104_sync_to_git/migration.sql +122 -0
- package/prisma/migrations/20240417125606_workorder/migration.sql +2 -0
- package/prisma/migrations/20240422112728_movement_logs/migration.sql +17 -0
- package/prisma/migrations/20240423100846_work_order_task/migration.sql +3 -0
- package/prisma/migrations/20240428163748_email_count/migration.sql +6 -0
- package/prisma/migrations/20240430112607_work_order_edit_logs/migration.sql +25 -0
- package/prisma/migrations/20240502051952_template_status_color/migration.sql +2 -0
- package/prisma/migrations/20240506195539_projecttypes/migration.sql +29 -0
- package/prisma/migrations/20240508074229_workorder_task/migration.sql +2 -0
- package/prisma/migrations/20240515065236_coms/migration.sql +21 -0
- package/prisma/migrations/20240516093046_subsidiary_prefix/migration.sql +2 -0
- package/prisma/migrations/20240516170701_/migration.sql +9 -0
- package/prisma/migrations/20240520093356_emailconfig/migration.sql +13 -0
- package/prisma/migrations/20240530093136_emailtemplates/migration.sql +24 -0
- package/prisma/migrations/20240530110729_emailtemplates/migration.sql +4 -0
- package/prisma/migrations/20240530113416_emailtemplates/migration.sql +9 -0
- package/prisma/migrations/20240605072947_audit/migration.sql +2 -0
- package/prisma/migrations/20240605130105_notification_tokens/migration.sql +2 -0
- package/prisma/migrations/20240606074325_notifications/migration.sql +21 -0
- package/prisma/migrations/20240606074819_notif2/migration.sql +8 -0
- package/prisma/migrations/20240606172109_excel_config/migration.sql +2 -0
- package/prisma/migrations/20240607094457_reportformats/migration.sql +27 -0
- package/prisma/migrations/20240611101040_audit_matrices/migration.sql +2 -0
- package/prisma/migrations/20240611102951_workorder_audit_matrix/migration.sql +2 -0
- package/prisma/migrations/20240613063600_dispatch_roles/migration.sql +18 -0
- package/prisma/migrations/20240613071005_permissions_view_schedule/migration.sql +2 -0
- package/prisma/migrations/20240703093757_email_templates_templateinfo/migration.sql +2 -0
- package/prisma/migrations/20240715124159_mainproject_roles/migration.sql +5 -0
- package/prisma/migrations/20240722073020_admin_permissions_update/migration.sql +4 -0
- package/prisma/migrations/20240722082135_edit_projects/migration.sql +2 -0
- package/prisma/migrations/20240726090437_user_refresh_token/migration.sql +11 -0
- package/prisma/migrations/20240729135109_project_workflow_edit/migration.sql +2 -0
- package/prisma/migrations/20240729140705_template_component_project_index/migration.sql +2 -0
- package/prisma/migrations/20240731061332_report_format_bom_info/migration.sql +2 -0
- package/prisma/migrations/20240805073630_user_platform_relationship/migration.sql +17 -0
- package/prisma/migrations/20240809075746_workorder_sla/migration.sql +2 -0
- package/prisma/migrations/20240814094717_platform_to_project/migration.sql +17 -0
- package/prisma/migrations/20240814102025_platforms_to_project/migration.sql +8 -0
- package/prisma/migrations/20240819093908_network_elements/migration.sql +239 -0
- package/prisma/migrations/20240820092024_network_element_attributes/migration.sql +276 -0
- package/prisma/migrations/20240826083231_fat_template/migration.sql +45 -0
- package/prisma/migrations/20240826085204_pbo_pbo_template_to_project/migration.sql +23 -0
- package/prisma/migrations/20240826091924_attributes_to_fat_optional/migration.sql +15 -0
- package/prisma/migrations/20240902094457_email_signature/migration.sql +2 -0
- package/prisma/migrations/20240904092123_pbo_fat_zone_geometry/migration.sql +16 -0
- package/prisma/migrations/20240905125754_fat_name_attributes/migration.sql +3 -0
- package/prisma/migrations/20240905131742_fat_attribute_visible_on_mobile/migration.sql +2 -0
- package/prisma/migrations/20240911083041_country_list_user/migration.sql +17 -0
- package/prisma/migrations/20240911135957_actiondate_workorder_activity_log/migration.sql +2 -0
- package/prisma/migrations/20240911140227_workorder_activity_log_action_date_string_to_datetime/migration.sql +9 -0
- package/prisma/migrations/20240916130344_cable_template/migration.sql +72 -0
- package/prisma/migrations/20240916132002_cable_terminal_access/migration.sql +5 -0
- package/prisma/migrations/20240917113037_cable_id_on_cable_attributes_optional/migration.sql +8 -0
- package/prisma/migrations/20240917114004_visible_on_mobile_cable_attributes/migration.sql +2 -0
- package/prisma/migrations/20240917114107_visible_on_mobile_cable_attributes/migration.sql +9 -0
- package/prisma/migrations/20240919080014_create_cluster_and_central_office_tables/migration.sql +54 -0
- package/prisma/migrations/20240920092832_create_qr_code/migration.sql +39 -0
- package/prisma/migrations/20240924121308_qrcode_tag/migration.sql +23 -0
- package/prisma/migrations/20241003093709_integration_login_permissions/migration.sql +3 -0
- package/prisma/migrations/20241024090904_project_phase/migration.sql +2 -0
- package/prisma/migrations/20241024115650_project_phase_log/migration.sql +24 -0
- package/prisma/migrations/20241026095632_pbo_fat_attributes/migration.sql +2 -0
- package/prisma/migrations/20241028095307_qr_code_template_i_ds/migration.sql +9 -0
- package/prisma/migrations/20241029081315_add_more_network_elements/migration.sql +273 -0
- package/prisma/migrations/20241029084826_cable_coordinates/migration.sql +5 -0
- package/prisma/migrations/20241029092244_splice_closure_to_project/migration.sql +5 -0
- package/prisma/migrations/20241029092705_splice_closure_to_cluster/migration.sql +5 -0
- package/prisma/migrations/20241029094049_network_element_templates/migration.sql +295 -0
- package/prisma/migrations/20241029102645_network_elements_name/migration.sql +50 -0
- package/prisma/migrations/20241102074544_mail_carboncopy_list/migration.sql +2 -0
- package/prisma/migrations/20241104114549_change_qr_code_to_qr_code_template/migration.sql +122 -0
- package/prisma/migrations/20241104121110_qr_code_template_to_network_element_template/migration.sql +33 -0
- package/prisma/migrations/20241106101316_zone_coordinates/migration.sql +5 -0
- package/prisma/migrations/20241201141127_auto_name_elements/migration.sql +39 -0
- package/prisma/migrations/20241201144124_auto_name_element/migration.sql +39 -0
- package/prisma/migrations/20241201150401_template_index/migration.sql +29 -0
- package/prisma/migrations/20241205084445_template_id/migration.sql +59 -0
- package/prisma/migrations/20241205093552_integration_project_user_status/migration.sql +23 -0
- package/prisma/migrations/20241211093653_installation_sequence/migration.sql +90 -0
- package/prisma/migrations/20241211150807_installation_index/migration.sql +2 -0
- package/prisma/migrations/20241217082800_cluster_boundary/migration.sql +3 -0
- package/prisma/migrations/20250114092907_workorder_to_pbo_fat/migration.sql +5 -0
- package/prisma/migrations/20250114112746_workorder_to_sfu_and_building/migration.sql +9 -0
- package/prisma/migrations/20250211070850_networkelement_sequence/migration.sql +19 -0
- package/prisma/migrations/20250211072332_refresh_db/migration.sql +95 -0
- package/prisma/migrations/20250211080946_installation_sequence_self_relation/migration.sql +6 -0
- package/prisma/migrations/20250220100853_cluster_to_user_status/migration.sql +32 -0
- package/prisma/migrations/20250228100106_qr_code_template_to_cluster/migration.sql +5 -0
- package/prisma/migrations/20250304155122_clusters_to_users_centraloffices_to_users/migration.sql +50 -0
- package/prisma/migrations/20250306100801_templates_to_projects/migration.sql +244 -0
- package/prisma/migrations/20250306101814_cluster_naming_convention/migration.sql +2 -0
- package/prisma/migrations/migration_lock.toml +1 -1
- package/prisma/migrations_old/20231209164007_/migration.sql +8 -0
- package/prisma/migrations_old/20231209192452_country_table/migration.sql +7 -0
- package/prisma/migrations_old/20231209194848_/migration.sql +10 -0
- package/prisma/migrations_old/20231209195140_/migration.sql +8 -0
- package/prisma/migrations_old/20231209201218_country_update/migration.sql +29 -0
- package/prisma/migrations_old/20231209201405_/migration.sql +8 -0
- package/prisma/migrations_old/20231209213149_camusat_country/migration.sql +20 -0
- package/prisma/migrations_old/20231209221814_platform/migration.sql +26 -0
- package/prisma/migrations_old/20231209223246_/migration.sql +16 -0
- package/prisma/migrations_old/20231209231721_roles/migration.sql +34 -0
- package/prisma/migrations_old/20231210113501_team_and_users/migration.sql +119 -0
- package/prisma/migrations_old/20231210181832_user_update/migration.sql +25 -0
- package/prisma/migrations_old/20231219121311_add_projects/migration.sql +60 -0
- package/prisma/migrations_old/20231219123045_/migration.sql +8 -0
- package/prisma/migrations_old/20231219123850_audit/migration.sql +20 -0
- package/prisma/migrations_old/20240116090035_/migration.sql +57 -0
- package/prisma/migrations_old/20240220085809_emails/migration.sql +82 -0
- package/prisma/migrations_old/20240226075734_update_email_config_and_workorder/migration.sql +33 -0
- package/prisma/migrations_old/20240227112839_update_email_config/migration.sql +2 -0
- package/prisma/migrations_old/20240227124801_work_order_update/migration.sql +6 -0
- package/prisma/migrations_old/migration_lock.toml +3 -0
- package/prisma/schema.prisma +25 -1
- /package/prisma/{migrations → migrations_old}/20250121073034_homogenize_migrations/migration.sql +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- You are about to drop the column `completedAt` on the `WorkOrderTask` table. All the data in the column will be lost.
|
|
5
|
+
- You are about to drop the column `completedEndAt` on the `WorkOrderTask` table. All the data in the column will be lost.
|
|
6
|
+
- You are about to drop the column `data` on the `WorkOrderTask` table. All the data in the column will be lost.
|
|
7
|
+
- You are about to drop the column `scheduledAt` on the `WorkOrderTask` table. All the data in the column will be lost.
|
|
8
|
+
- You are about to drop the column `scheduledEndAt` on the `WorkOrderTask` table. All the data in the column will be lost.
|
|
9
|
+
|
|
10
|
+
*/
|
|
11
|
+
-- AlterTable
|
|
12
|
+
ALTER TABLE "WorkOrderTask" DROP COLUMN "completedAt",
|
|
13
|
+
DROP COLUMN "completedEndAt",
|
|
14
|
+
DROP COLUMN "data",
|
|
15
|
+
DROP COLUMN "scheduledAt",
|
|
16
|
+
DROP COLUMN "scheduledEndAt",
|
|
17
|
+
ADD COLUMN "features" JSONB,
|
|
18
|
+
ALTER COLUMN "status" SET DEFAULT 'not started';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "User" ADD COLUMN "deviceId1" TEXT,
|
|
3
|
+
ADD COLUMN "deviceId2" TEXT;
|
|
4
|
+
|
|
5
|
+
-- AlterTable
|
|
6
|
+
ALTER TABLE "WorkOrderTask" ALTER COLUMN "status" SET DEFAULT 'pending';
|
|
7
|
+
|
|
8
|
+
-- CreateTable
|
|
9
|
+
CREATE TABLE "WorkOrderChannel" (
|
|
10
|
+
"id" TEXT NOT NULL,
|
|
11
|
+
"name" TEXT NOT NULL,
|
|
12
|
+
"projectId" TEXT NOT NULL,
|
|
13
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
14
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
15
|
+
"deletedAt" TIMESTAMP(3),
|
|
16
|
+
|
|
17
|
+
CONSTRAINT "WorkOrderChannel_pkey" PRIMARY KEY ("id")
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
-- CreateIndex
|
|
21
|
+
CREATE UNIQUE INDEX "WorkOrderChannel_id_key" ON "WorkOrderChannel"("id");
|
|
22
|
+
|
|
23
|
+
-- AddForeignKey
|
|
24
|
+
ALTER TABLE "WorkOrderChannel" ADD CONSTRAINT "WorkOrderChannel_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "User" ALTER COLUMN "status" SET DEFAULT 'active';
|
|
3
|
+
|
|
4
|
+
-- CreateTable
|
|
5
|
+
CREATE TABLE "WorkOrderActivityLog" (
|
|
6
|
+
"id" TEXT NOT NULL,
|
|
7
|
+
"type" TEXT NOT NULL,
|
|
8
|
+
"activity" TEXT NOT NULL,
|
|
9
|
+
"detail" TEXT,
|
|
10
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
11
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
12
|
+
"deletedAt" TIMESTAMP(3),
|
|
13
|
+
"workOrderId" TEXT NOT NULL,
|
|
14
|
+
"userId" TEXT,
|
|
15
|
+
|
|
16
|
+
CONSTRAINT "WorkOrderActivityLog_pkey" PRIMARY KEY ("id")
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
-- CreateIndex
|
|
20
|
+
CREATE UNIQUE INDEX "WorkOrderActivityLog_id_key" ON "WorkOrderActivityLog"("id");
|
|
21
|
+
|
|
22
|
+
-- AddForeignKey
|
|
23
|
+
ALTER TABLE "WorkOrderActivityLog" ADD CONSTRAINT "WorkOrderActivityLog_workOrderId_fkey" FOREIGN KEY ("workOrderId") REFERENCES "WorkOrder"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
24
|
+
|
|
25
|
+
-- AddForeignKey
|
|
26
|
+
ALTER TABLE "WorkOrderActivityLog" ADD CONSTRAINT "WorkOrderActivityLog_userId_fkey" FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- The `detail` column on the `WorkOrderActivityLog` table would be dropped and recreated. This will lead to data loss if there is data in the column.
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
-- AlterTable
|
|
8
|
+
ALTER TABLE "WorkOrderActivityLog" DROP COLUMN "detail",
|
|
9
|
+
ADD COLUMN "detail" JSONB;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "WorkOrderActivityLog" ADD COLUMN "teamId" TEXT;
|
|
3
|
+
|
|
4
|
+
-- AddForeignKey
|
|
5
|
+
ALTER TABLE "WorkOrderActivityLog" ADD CONSTRAINT "WorkOrderActivityLog_teamId_fkey" FOREIGN KEY ("teamId") REFERENCES "DispatchTeam"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
-- DropForeignKey
|
|
2
|
+
ALTER TABLE "BillOfMaterial" DROP CONSTRAINT "BillOfMaterial_projectId_fkey";
|
|
3
|
+
|
|
4
|
+
-- AlterTable
|
|
5
|
+
ALTER TABLE "BillOfMaterial" ALTER COLUMN "projectId" DROP NOT NULL;
|
|
6
|
+
|
|
7
|
+
-- AddForeignKey
|
|
8
|
+
ALTER TABLE "BillOfMaterial" ADD CONSTRAINT "BillOfMaterial_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- You are about to drop the column `typeId` on the `Project` table. All the data in the column will be lost.
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
-- DropForeignKey
|
|
8
|
+
ALTER TABLE "Project" DROP CONSTRAINT "Project_typeId_fkey";
|
|
9
|
+
|
|
10
|
+
-- AlterTable
|
|
11
|
+
ALTER TABLE "Project" DROP COLUMN "typeId";
|
|
12
|
+
|
|
13
|
+
-- CreateTable
|
|
14
|
+
CREATE TABLE "_ProjectToProjectType" (
|
|
15
|
+
"A" TEXT NOT NULL,
|
|
16
|
+
"B" TEXT NOT NULL
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
-- CreateIndex
|
|
20
|
+
CREATE UNIQUE INDEX "_ProjectToProjectType_AB_unique" ON "_ProjectToProjectType"("A", "B");
|
|
21
|
+
|
|
22
|
+
-- CreateIndex
|
|
23
|
+
CREATE INDEX "_ProjectToProjectType_B_index" ON "_ProjectToProjectType"("B");
|
|
24
|
+
|
|
25
|
+
-- AddForeignKey
|
|
26
|
+
ALTER TABLE "_ProjectToProjectType" ADD CONSTRAINT "_ProjectToProjectType_A_fkey" FOREIGN KEY ("A") REFERENCES "Project"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
27
|
+
|
|
28
|
+
-- AddForeignKey
|
|
29
|
+
ALTER TABLE "_ProjectToProjectType" ADD CONSTRAINT "_ProjectToProjectType_B_fkey" FOREIGN KEY ("B") REFERENCES "ProjectType"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
-- DropForeignKey
|
|
2
|
+
ALTER TABLE "TemplateComponent" DROP CONSTRAINT "TemplateComponent_templateId_fkey";
|
|
3
|
+
|
|
4
|
+
-- AlterTable
|
|
5
|
+
ALTER TABLE "TemplateComponent" ADD COLUMN "bomComponentId" TEXT,
|
|
6
|
+
ALTER COLUMN "templateId" DROP NOT NULL;
|
|
7
|
+
|
|
8
|
+
-- AddForeignKey
|
|
9
|
+
ALTER TABLE "TemplateComponent" ADD CONSTRAINT "TemplateComponent_templateId_fkey" FOREIGN KEY ("templateId") REFERENCES "Template"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
10
|
+
|
|
11
|
+
-- AddForeignKey
|
|
12
|
+
ALTER TABLE "TemplateComponent" ADD CONSTRAINT "TemplateComponent_bomComponentId_fkey" FOREIGN KEY ("bomComponentId") REFERENCES "BillOfMaterial"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "problemCategorization" ADD COLUMN "projectId" TEXT;
|
|
3
|
+
|
|
4
|
+
-- AddForeignKey
|
|
5
|
+
ALTER TABLE "problemCategorization" ADD CONSTRAINT "problemCategorization_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- You are about to drop the `_ProjectToProjectType` table. If the table is not empty, all the data it contains will be lost.
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
-- DropForeignKey
|
|
8
|
+
ALTER TABLE "_ProjectToProjectType" DROP CONSTRAINT "_ProjectToProjectType_A_fkey";
|
|
9
|
+
|
|
10
|
+
-- DropForeignKey
|
|
11
|
+
ALTER TABLE "_ProjectToProjectType" DROP CONSTRAINT "_ProjectToProjectType_B_fkey";
|
|
12
|
+
|
|
13
|
+
-- AlterTable
|
|
14
|
+
ALTER TABLE "Project" ADD COLUMN "typeId" TEXT;
|
|
15
|
+
|
|
16
|
+
-- DropTable
|
|
17
|
+
DROP TABLE "_ProjectToProjectType";
|
|
18
|
+
|
|
19
|
+
-- AddForeignKey
|
|
20
|
+
ALTER TABLE "Project" ADD CONSTRAINT "Project_typeId_fkey" FOREIGN KEY ("typeId") REFERENCES "ProjectType"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "Audit" ADD COLUMN "no" SERIAL NOT NULL;
|
|
3
|
+
|
|
4
|
+
-- AlterTable
|
|
5
|
+
ALTER TABLE "BillOfMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
6
|
+
|
|
7
|
+
-- AlterTable
|
|
8
|
+
ALTER TABLE "CamusatClient" ADD COLUMN "no" SERIAL NOT NULL;
|
|
9
|
+
|
|
10
|
+
-- AlterTable
|
|
11
|
+
ALTER TABLE "CamusatCountry" ADD COLUMN "no" SERIAL NOT NULL;
|
|
12
|
+
|
|
13
|
+
-- AlterTable
|
|
14
|
+
ALTER TABLE "Country" ADD COLUMN "no" SERIAL NOT NULL;
|
|
15
|
+
|
|
16
|
+
-- AlterTable
|
|
17
|
+
ALTER TABLE "DispatchMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
18
|
+
|
|
19
|
+
-- AlterTable
|
|
20
|
+
ALTER TABLE "DispatchProject" ADD COLUMN "no" SERIAL NOT NULL;
|
|
21
|
+
|
|
22
|
+
-- AlterTable
|
|
23
|
+
ALTER TABLE "EmailConfigurations" ADD COLUMN "column1key" TEXT,
|
|
24
|
+
ADD COLUMN "column1title" TEXT,
|
|
25
|
+
ADD COLUMN "column2key" TEXT,
|
|
26
|
+
ADD COLUMN "column2title" TEXT,
|
|
27
|
+
ADD COLUMN "no" SERIAL NOT NULL;
|
|
28
|
+
|
|
29
|
+
-- AlterTable
|
|
30
|
+
ALTER TABLE "EmailsIncoming" ADD COLUMN "no" SERIAL NOT NULL;
|
|
31
|
+
|
|
32
|
+
-- AlterTable
|
|
33
|
+
ALTER TABLE "EmailsOutgoing" ADD COLUMN "no" SERIAL NOT NULL;
|
|
34
|
+
|
|
35
|
+
-- AlterTable
|
|
36
|
+
ALTER TABLE "FeatureType" ADD COLUMN "no" SERIAL NOT NULL;
|
|
37
|
+
|
|
38
|
+
-- AlterTable
|
|
39
|
+
ALTER TABLE "Material" ADD COLUMN "no" SERIAL NOT NULL;
|
|
40
|
+
|
|
41
|
+
-- AlterTable
|
|
42
|
+
ALTER TABLE "MaterialBillOfMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
43
|
+
|
|
44
|
+
-- AlterTable
|
|
45
|
+
ALTER TABLE "MaterialChangeLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
46
|
+
|
|
47
|
+
-- AlterTable
|
|
48
|
+
ALTER TABLE "Platform" ADD COLUMN "no" SERIAL NOT NULL;
|
|
49
|
+
|
|
50
|
+
-- AlterTable
|
|
51
|
+
ALTER TABLE "Position" ADD COLUMN "no" SERIAL NOT NULL;
|
|
52
|
+
|
|
53
|
+
-- AlterTable
|
|
54
|
+
ALTER TABLE "ProjectType" ADD COLUMN "no" SERIAL NOT NULL;
|
|
55
|
+
|
|
56
|
+
-- AlterTable
|
|
57
|
+
ALTER TABLE "ProjectWorkFlow" ADD COLUMN "no" SERIAL NOT NULL;
|
|
58
|
+
|
|
59
|
+
-- AlterTable
|
|
60
|
+
ALTER TABLE "Role" ADD COLUMN "no" SERIAL NOT NULL;
|
|
61
|
+
|
|
62
|
+
-- AlterTable
|
|
63
|
+
ALTER TABLE "StockMovement" ADD COLUMN "no" SERIAL NOT NULL;
|
|
64
|
+
|
|
65
|
+
-- AlterTable
|
|
66
|
+
ALTER TABLE "SubsidiaryMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
67
|
+
|
|
68
|
+
-- AlterTable
|
|
69
|
+
ALTER TABLE "SubsidiaryMaterialMovementLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
70
|
+
|
|
71
|
+
-- AlterTable
|
|
72
|
+
ALTER TABLE "Team" ADD COLUMN "no" SERIAL NOT NULL;
|
|
73
|
+
|
|
74
|
+
-- AlterTable
|
|
75
|
+
ALTER TABLE "TeamMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
76
|
+
|
|
77
|
+
-- AlterTable
|
|
78
|
+
ALTER TABLE "TeamMaterialMovementLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
79
|
+
|
|
80
|
+
-- AlterTable
|
|
81
|
+
ALTER TABLE "TeamPlatform" ADD COLUMN "no" SERIAL NOT NULL;
|
|
82
|
+
|
|
83
|
+
-- AlterTable
|
|
84
|
+
ALTER TABLE "TeamType" ADD COLUMN "no" SERIAL NOT NULL;
|
|
85
|
+
|
|
86
|
+
-- AlterTable
|
|
87
|
+
ALTER TABLE "TemplateComponent" ADD COLUMN "no" SERIAL NOT NULL;
|
|
88
|
+
|
|
89
|
+
-- AlterTable
|
|
90
|
+
ALTER TABLE "User" ADD COLUMN "no" SERIAL NOT NULL;
|
|
91
|
+
|
|
92
|
+
-- AlterTable
|
|
93
|
+
ALTER TABLE "WorkOrder" ADD COLUMN "column1" TEXT,
|
|
94
|
+
ADD COLUMN "column2" TEXT,
|
|
95
|
+
ADD COLUMN "no" SERIAL NOT NULL;
|
|
96
|
+
|
|
97
|
+
-- AlterTable
|
|
98
|
+
ALTER TABLE "WorkOrderActivityLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
99
|
+
|
|
100
|
+
-- AlterTable
|
|
101
|
+
ALTER TABLE "WorkOrderChannel" ADD COLUMN "no" SERIAL NOT NULL;
|
|
102
|
+
|
|
103
|
+
-- AlterTable
|
|
104
|
+
ALTER TABLE "WorkOrderMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
105
|
+
|
|
106
|
+
-- AlterTable
|
|
107
|
+
ALTER TABLE "WorkOrderTask" ADD COLUMN "no" SERIAL NOT NULL;
|
|
108
|
+
|
|
109
|
+
-- AlterTable
|
|
110
|
+
ALTER TABLE "WorkOrderTaskData" ADD COLUMN "no" SERIAL NOT NULL;
|
|
111
|
+
|
|
112
|
+
-- AlterTable
|
|
113
|
+
ALTER TABLE "clientMaterial" ADD COLUMN "no" SERIAL NOT NULL;
|
|
114
|
+
|
|
115
|
+
-- AlterTable
|
|
116
|
+
ALTER TABLE "clientMaterialMovementLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
117
|
+
|
|
118
|
+
-- AlterTable
|
|
119
|
+
ALTER TABLE "problemCategorization" ADD COLUMN "no" SERIAL NOT NULL;
|
|
120
|
+
|
|
121
|
+
-- AlterTable
|
|
122
|
+
ALTER TABLE "ticketMaterialMovementLog" ADD COLUMN "no" SERIAL NOT NULL;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "SubsidiaryMaterialMovementLog" ADD COLUMN "dispatchProjectId" TEXT;
|
|
3
|
+
|
|
4
|
+
-- AlterTable
|
|
5
|
+
ALTER TABLE "TeamMaterialMovementLog" ADD COLUMN "dispatchProjectId" TEXT;
|
|
6
|
+
|
|
7
|
+
-- AlterTable
|
|
8
|
+
ALTER TABLE "clientMaterialMovementLog" ADD COLUMN "dispatchProjectId" TEXT;
|
|
9
|
+
|
|
10
|
+
-- AddForeignKey
|
|
11
|
+
ALTER TABLE "clientMaterialMovementLog" ADD CONSTRAINT "clientMaterialMovementLog_dispatchProjectId_fkey" FOREIGN KEY ("dispatchProjectId") REFERENCES "DispatchProject"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
12
|
+
|
|
13
|
+
-- AddForeignKey
|
|
14
|
+
ALTER TABLE "SubsidiaryMaterialMovementLog" ADD CONSTRAINT "SubsidiaryMaterialMovementLog_dispatchProjectId_fkey" FOREIGN KEY ("dispatchProjectId") REFERENCES "DispatchProject"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
15
|
+
|
|
16
|
+
-- AddForeignKey
|
|
17
|
+
ALTER TABLE "TeamMaterialMovementLog" ADD CONSTRAINT "TeamMaterialMovementLog_dispatchProjectId_fkey" FOREIGN KEY ("dispatchProjectId") REFERENCES "DispatchProject"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "WorkOrderEditLog" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"no" SERIAL NOT NULL,
|
|
5
|
+
"action" TEXT NOT NULL DEFAULT 'Edit',
|
|
6
|
+
"description" TEXT NOT NULL DEFAULT 'Edit Ticket',
|
|
7
|
+
"newValues" JSONB,
|
|
8
|
+
"oldValues" JSONB,
|
|
9
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
10
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
11
|
+
"deletedAt" TIMESTAMP(3),
|
|
12
|
+
"workOrderId" TEXT NOT NULL,
|
|
13
|
+
"userId" TEXT,
|
|
14
|
+
|
|
15
|
+
CONSTRAINT "WorkOrderEditLog_pkey" PRIMARY KEY ("id")
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
-- CreateIndex
|
|
19
|
+
CREATE UNIQUE INDEX "WorkOrderEditLog_id_key" ON "WorkOrderEditLog"("id");
|
|
20
|
+
|
|
21
|
+
-- AddForeignKey
|
|
22
|
+
ALTER TABLE "WorkOrderEditLog" ADD CONSTRAINT "WorkOrderEditLog_workOrderId_fkey" FOREIGN KEY ("workOrderId") REFERENCES "WorkOrder"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
23
|
+
|
|
24
|
+
-- AddForeignKey
|
|
25
|
+
ALTER TABLE "WorkOrderEditLog" ADD CONSTRAINT "WorkOrderEditLog_userId_fkey" FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE SET NULL ON UPDATE CASCADE;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- You are about to drop the column `typeId` on the `Project` table. All the data in the column will be lost.
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
-- DropForeignKey
|
|
8
|
+
ALTER TABLE "Project" DROP CONSTRAINT "Project_typeId_fkey";
|
|
9
|
+
|
|
10
|
+
-- AlterTable
|
|
11
|
+
ALTER TABLE "Project" DROP COLUMN "typeId";
|
|
12
|
+
|
|
13
|
+
-- CreateTable
|
|
14
|
+
CREATE TABLE "_ProjectToProjectType" (
|
|
15
|
+
"A" TEXT NOT NULL,
|
|
16
|
+
"B" TEXT NOT NULL
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
-- CreateIndex
|
|
20
|
+
CREATE UNIQUE INDEX "_ProjectToProjectType_AB_unique" ON "_ProjectToProjectType"("A", "B");
|
|
21
|
+
|
|
22
|
+
-- CreateIndex
|
|
23
|
+
CREATE INDEX "_ProjectToProjectType_B_index" ON "_ProjectToProjectType"("B");
|
|
24
|
+
|
|
25
|
+
-- AddForeignKey
|
|
26
|
+
ALTER TABLE "_ProjectToProjectType" ADD CONSTRAINT "_ProjectToProjectType_A_fkey" FOREIGN KEY ("A") REFERENCES "Project"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
27
|
+
|
|
28
|
+
-- AddForeignKey
|
|
29
|
+
ALTER TABLE "_ProjectToProjectType" ADD CONSTRAINT "_ProjectToProjectType_B_fkey" FOREIGN KEY ("B") REFERENCES "ProjectType"("id") ON DELETE CASCADE ON UPDATE CASCADE;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "EmailsIncomingSample" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"messageId" TEXT,
|
|
5
|
+
"subject" TEXT,
|
|
6
|
+
"rawbody" TEXT,
|
|
7
|
+
"attachment" TEXT,
|
|
8
|
+
"headers" JSONB,
|
|
9
|
+
"body" JSONB,
|
|
10
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
11
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
12
|
+
"emailConfigurationsId" TEXT NOT NULL,
|
|
13
|
+
|
|
14
|
+
CONSTRAINT "EmailsIncomingSample_pkey" PRIMARY KEY ("id")
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
-- CreateIndex
|
|
18
|
+
CREATE UNIQUE INDEX "EmailsIncomingSample_id_key" ON "EmailsIncomingSample"("id");
|
|
19
|
+
|
|
20
|
+
-- AddForeignKey
|
|
21
|
+
ALTER TABLE "EmailsIncomingSample" ADD CONSTRAINT "EmailsIncomingSample_emailConfigurationsId_fkey" FOREIGN KEY ("emailConfigurationsId") REFERENCES "EmailConfigurations"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
-- AlterTable
|
|
2
|
+
ALTER TABLE "EmailConfigurations" ALTER COLUMN "name" DROP NOT NULL,
|
|
3
|
+
ALTER COLUMN "email" DROP NOT NULL,
|
|
4
|
+
ALTER COLUMN "password" DROP NOT NULL,
|
|
5
|
+
ALTER COLUMN "typeserver" DROP NOT NULL,
|
|
6
|
+
ALTER COLUMN "server" DROP NOT NULL,
|
|
7
|
+
ALTER COLUMN "serverportincoming" DROP NOT NULL,
|
|
8
|
+
ALTER COLUMN "serverportoutgoing" DROP NOT NULL,
|
|
9
|
+
ALTER COLUMN "authincoming" DROP NOT NULL,
|
|
10
|
+
ALTER COLUMN "authoutgoing" DROP NOT NULL,
|
|
11
|
+
ALTER COLUMN "sslincoming" DROP NOT NULL,
|
|
12
|
+
ALTER COLUMN "ssloutgoing" DROP NOT NULL,
|
|
13
|
+
ALTER COLUMN "infodelimiter" DROP NOT NULL;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "EmailTemplates" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"no" SERIAL NOT NULL,
|
|
5
|
+
"name" TEXT NOT NULL,
|
|
6
|
+
"subject" TEXT NOT NULL,
|
|
7
|
+
"body" TEXT NOT NULL,
|
|
8
|
+
"attachments" TEXT,
|
|
9
|
+
"workOrderInfo" JSONB,
|
|
10
|
+
"mailingList" JSONB NOT NULL,
|
|
11
|
+
"status" TEXT NOT NULL DEFAULT 'active',
|
|
12
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
13
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
14
|
+
"deletedAt" TIMESTAMP(3),
|
|
15
|
+
"projectId" TEXT NOT NULL,
|
|
16
|
+
|
|
17
|
+
CONSTRAINT "EmailTemplates_pkey" PRIMARY KEY ("id")
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
-- CreateIndex
|
|
21
|
+
CREATE UNIQUE INDEX "EmailTemplates_id_key" ON "EmailTemplates"("id");
|
|
22
|
+
|
|
23
|
+
-- AddForeignKey
|
|
24
|
+
ALTER TABLE "EmailTemplates" ADD CONSTRAINT "EmailTemplates_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Warnings:
|
|
3
|
+
|
|
4
|
+
- The `attachments` column on the `EmailTemplates` table would be dropped and recreated. This will lead to data loss if there is data in the column.
|
|
5
|
+
|
|
6
|
+
*/
|
|
7
|
+
-- AlterTable
|
|
8
|
+
ALTER TABLE "EmailTemplates" DROP COLUMN "attachments",
|
|
9
|
+
ADD COLUMN "attachments" JSONB;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "Notifications" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"no" SERIAL NOT NULL,
|
|
5
|
+
"title" TEXT NOT NULL,
|
|
6
|
+
"description" TEXT NOT NULL,
|
|
7
|
+
"type" TEXT NOT NULL,
|
|
8
|
+
"status" TEXT NOT NULL DEFAULT 'unread',
|
|
9
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
10
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
11
|
+
"deletedAt" TIMESTAMP(3),
|
|
12
|
+
"userId" TEXT NOT NULL,
|
|
13
|
+
|
|
14
|
+
CONSTRAINT "Notifications_pkey" PRIMARY KEY ("id")
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
-- CreateIndex
|
|
18
|
+
CREATE UNIQUE INDEX "Notifications_id_key" ON "Notifications"("id");
|
|
19
|
+
|
|
20
|
+
-- AddForeignKey
|
|
21
|
+
ALTER TABLE "Notifications" ADD CONSTRAINT "Notifications_userId_fkey" FOREIGN KEY ("userId") REFERENCES "User"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
-- CreateTable
|
|
2
|
+
CREATE TABLE "ReportFormats" (
|
|
3
|
+
"id" TEXT NOT NULL,
|
|
4
|
+
"no" SERIAL NOT NULL,
|
|
5
|
+
"name" TEXT NOT NULL,
|
|
6
|
+
"header1" TEXT,
|
|
7
|
+
"header2" TEXT,
|
|
8
|
+
"header3" TEXT,
|
|
9
|
+
"mainInfo" JSONB,
|
|
10
|
+
"ticketDetails" JSONB,
|
|
11
|
+
"teamInfo" JSONB,
|
|
12
|
+
"interventionResults" JSONB,
|
|
13
|
+
"attachments" JSONB,
|
|
14
|
+
"status" TEXT NOT NULL DEFAULT 'active',
|
|
15
|
+
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
16
|
+
"updatedAt" TIMESTAMP(3) NOT NULL,
|
|
17
|
+
"deletedAt" TIMESTAMP(3),
|
|
18
|
+
"projectId" TEXT NOT NULL,
|
|
19
|
+
|
|
20
|
+
CONSTRAINT "ReportFormats_pkey" PRIMARY KEY ("id")
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
-- CreateIndex
|
|
24
|
+
CREATE UNIQUE INDEX "ReportFormats_id_key" ON "ReportFormats"("id");
|
|
25
|
+
|
|
26
|
+
-- AddForeignKey
|
|
27
|
+
ALTER TABLE "ReportFormats" ADD CONSTRAINT "ReportFormats_projectId_fkey" FOREIGN KEY ("projectId") REFERENCES "Project"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
|