Skip to content

Commit bc79147

Browse files
committed
update: table design
1 parent 0dbdc2c commit bc79147

File tree

1 file changed

+2
-2
lines changed
  • sentry/migrations/20190806011140_initial-tables

1 file changed

+2
-2
lines changed

sentry/migrations/20190806011140_initial-tables/up.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ CREATE TABLE event_aggregates
3131
created TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW(),
3232
event_type VARCHAR(255) NOT NULL,
3333
earner VARCHAR(255) NOT NULL,
34-
event_counts TEXT NOT NULL,
35-
event_payouts TEXT NOT NULL,
34+
event_counts VARCHAR NOT NULL,
35+
event_payouts VARCHAR NOT NULL,
3636
);
3737

3838
CREATE INDEX idx_event_aggregates_created ON event_aggregates (created);

0 commit comments

Comments
 (0)