1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

chore: add annotations to factories and models specs

هذا الالتزام موجود في:
Adam Cooke
2024-02-21 21:01:38 +00:00
الأصل 8765d8e57a
التزام ed6da11b65
10 ملفات معدلة مع 211 إضافات و0 حذوفات

عرض الملف

@@ -1,5 +1,17 @@
# frozen_string_literal: true
# == Schema Information
#
# Table name: address_endpoints
#
# id :integer not null, primary key
# address :string(255)
# last_used_at :datetime
# uuid :string(255)
# created_at :datetime not null
# updated_at :datetime not null
# server_id :integer
#
FactoryBot.define do
factory :address_endpoint do
server