Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
andremedeiros committed May 21, 2022
1 parent e90f6ef commit 90f232a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/000002_create_devices.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE devices (
id SERIAL PRIMARY KEY,
apns_token character varying(100) UNIQUE,
sandbox boolean,
active_until integer,
grace_period_until integer
expires_at timestamp without time zone,
grace_period_expires_at timestamp without time zone
);

0 comments on commit 90f232a

Please sign in to comment.