Add created_at column to pull_requests table
This commit is contained in:
parent
7ed831ab2f
commit
4303181781
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "public"."pull_requests" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());
|
Loading…
Reference in New Issue