diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
| commit | cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 (patch) | |
| tree | 0a26712f7685e4f6511e637b9a81269d90a47c8f /db/migrations/0266_previous_bucky.sql | |
| parent | eb654f88214095f71be142b989e620fd28db3f69 (diff) | |
(대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정
Diffstat (limited to 'db/migrations/0266_previous_bucky.sql')
| -rw-r--r-- | db/migrations/0266_previous_bucky.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/migrations/0266_previous_bucky.sql b/db/migrations/0266_previous_bucky.sql new file mode 100644 index 00000000..a54e851f --- /dev/null +++ b/db/migrations/0266_previous_bucky.sql @@ -0,0 +1,4 @@ +ALTER TABLE "document_number_type_configs" DROP CONSTRAINT "document_number_type_configs_document_number_type_id_document_number_types_id_fk"; +--> statement-breakpoint +ALTER TABLE "tag_type_class_form_mappings" ALTER COLUMN "remark" SET DATA TYPE text;--> statement-breakpoint +ALTER TABLE "document_number_type_configs" ADD CONSTRAINT "document_number_type_configs_document_number_type_id_document_number_types_id_fk" FOREIGN KEY ("document_number_type_id") REFERENCES "public"."document_number_types"("id") ON DELETE cascade ON UPDATE no action;
\ No newline at end of file |
