Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit a219852

Browse files
committed
Fix schema
1 parent aa17890 commit a219852

File tree

10 files changed

+316
-310
lines changed

10 files changed

+316
-310
lines changed

db/invitations.schema

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
create_table :invitations, force: :cascade do |t|
22
t.string :code, null: false
3+
t.string :email, null: false
34
t.bigint :inviter_id, null: false
45
t.timestamps
56

infra/record/boil_suites_test.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)