Skip to content

rich_text_area spec #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spec: Add messages table to schema
  • Loading branch information
Spone committed Mar 30, 2022
commit cbd61fcf953c2099f0d984e560a72bb499100a63
4 changes: 4 additions & 0 deletions spec/internal/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
t.belongs_to :country
t.timestamps
end

create_table(:messages, force: true) do |t|
t.timestamps
end
end