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

Commit 094b270

Browse files
committed
Fix
1 parent 0f79d0e commit 094b270

File tree

4 files changed

+125
-125
lines changed

4 files changed

+125
-125
lines changed

db/entries.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create_table :entries, force: :cascade do |t|
22
t.string :title, null: false
33
t.string :description, null: false
4-
t.string :content, null: false
4+
t.text :content, null: false
55
t.string :link, null: false
66
t.bigint :author_id, null: false
77
t.string :guid, null: false

infra/record/boil_suites_test.go

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

infra/record/entries.go

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

0 commit comments

Comments
 (0)