From 675b4e3d8ffcb57a041db285417d81e61284d900 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Sun, 14 Sep 2025 05:28:01 +0000 Subject: (대표님) RFQ-last, tbe-last, 기본계약 템플릿 내 견적,입찰,계약 추가, env.dev NAS_PATH 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0347_hard_dust.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db/migrations/0347_hard_dust.sql (limited to 'db/migrations/0347_hard_dust.sql') diff --git a/db/migrations/0347_hard_dust.sql b/db/migrations/0347_hard_dust.sql new file mode 100644 index 00000000..fb0ba3d0 --- /dev/null +++ b/db/migrations/0347_hard_dust.sql @@ -0,0 +1,3 @@ +ALTER TABLE "rfq_last_details" ALTER COLUMN "delivery_date" SET DATA TYPE timestamp with time zone;--> statement-breakpoint +ALTER TABLE "rfqs_last" ALTER COLUMN "due_date" SET DATA TYPE timestamp with time zone;--> statement-breakpoint +ALTER TABLE "rfqs_last" ALTER COLUMN "rfq_send_date" SET DATA TYPE timestamp with time zone; \ No newline at end of file -- cgit v1.2.3