From bac0228d21b7195065e9cddcc327ae33659c7bcc Mon Sep 17 00:00:00 2001 From: dujinkim Date: Sun, 1 Jun 2025 13:52:21 +0000 Subject: (대표님) 20250601까지 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0103_flawless_callisto.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/migrations/0103_flawless_callisto.sql (limited to 'db/migrations/0103_flawless_callisto.sql') diff --git a/db/migrations/0103_flawless_callisto.sql b/db/migrations/0103_flawless_callisto.sql new file mode 100644 index 00000000..4cf5052c --- /dev/null +++ b/db/migrations/0103_flawless_callisto.sql @@ -0,0 +1,2 @@ +ALTER TABLE "items" ADD COLUMN "project_no" varchar(100) NOT NULL;--> statement-breakpoint +ALTER TABLE "revisions" ADD COLUMN "uploaded_at" date; \ No newline at end of file -- cgit v1.2.3