Skip to content

Commit

Permalink
Revert bad annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Nov 16, 2024
1 parent 2749e8f commit 3857463
Showing 1 changed file with 1 addition and 4 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

0 comments on commit 3857463

Please sign in to comment.