mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-18 12:26:41 +00:00
Add created_at column to pull_requests table
This commit is contained in:
parent
7ed831ab2f
commit
4303181781
1
resources/migrations/20171122123809-pr-created-at.up.sql
Normal file
1
resources/migrations/20171122123809-pr-created-at.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE "public"."pull_requests" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());
|
Loading…
x
Reference in New Issue
Block a user