Skip to content

Commit

Permalink
Adapt to core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Jan 31, 2024
1 parent 676cab1 commit c06c5ad
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions spec/fixtures/mailing_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,35 @@
#
# Table name: mailing_lists
#
# id :integer not null, primary key
# name :string(255) not null
# group_id :integer not null
# description :text
# publisher :string(255)
# mail_name :string(255)
# additional_sender :string(255)
# subscribable :boolean default(FALSE), not null
# subscribers_may_post :boolean default(FALSE), not null
# id :integer not null, primary key
# additional_sender :string(255)
# anyone_may_post :boolean default(FALSE), not null
# delivery_report :boolean default(FALSE), not null
# description :text(65535)
# filter_chain :text(65535)
# mail_name :string(255)
# mailchimp_api_key :string(255)
# mailchimp_include_additional_emails :boolean default(FALSE)
# mailchimp_last_synced_at :datetime
# mailchimp_result :text(65535)
# mailchimp_syncing :boolean default(FALSE)
# main_email :boolean default(FALSE)
# name :string(255) not null
# preferred_labels :string(255)
# publisher :string(255)
# subscribable_for :string(255) default("nobody"), not null
# subscribable_mode :string(255)
# subscribers_may_post :boolean default(FALSE), not null
# group_id :integer not null
# mailchimp_list_id :string(255)
#
# Indexes
#
# index_mailing_lists_on_group_id (group_id)
#

leaders:
group: ch
name: Leaders
mail_name: leaders
subscribable: true
subscribable_for: anyone

0 comments on commit c06c5ad

Please sign in to comment.