Add created_at column to pull_requests table

This commit is contained in:
Teemu Patja 2017-11-22 12:39:14 +02:00
parent 7ed831ab2f
commit 4303181781
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE "public"."pull_requests" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());