From 5b6313f16f508882a0ea67716b7dbaa1c6967f04 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 30 Jun 2025 08:28:13 +0000 Subject: (대표님) 20250630 16시 - 유저 도메인별 라우터 분리와 보안성검토 대응 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0173_soft_sasquatch.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/migrations/0173_soft_sasquatch.sql (limited to 'db/migrations/0173_soft_sasquatch.sql') diff --git a/db/migrations/0173_soft_sasquatch.sql b/db/migrations/0173_soft_sasquatch.sql new file mode 100644 index 00000000..4f464482 --- /dev/null +++ b/db/migrations/0173_soft_sasquatch.sql @@ -0,0 +1 @@ +ALTER TABLE "users" ADD COLUMN "updated_at" timestamp with time zone DEFAULT now() NOT NULL; \ No newline at end of file -- cgit v1.2.3