Skip to content

Commit

Permalink
Cleanup schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Nov 25, 2024
1 parent f17ca7c commit 3de323c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 56 deletions.
5 changes: 1 addition & 4 deletions app/models/filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
# Table name: filters
#
# id :bigint not null, primary key
# is_pinned :boolean default(FALSE), not null
# name :string not null
# position :integer not null
# query :string
# type :string
# query :string not null
# created_at :datetime not null
# updated_at :datetime not null
# author_id :bigint not null
# tag_id :bigint
# tenant_id :bigint not null
#
class Filter < ApplicationRecord
Expand Down

This file was deleted.

42 changes: 7 additions & 35 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3de323c

Please sign in to comment.