1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +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,18 @@
# frozen_string_literal: true
# == Schema Information
#
# Table name: worker_roles
#
# id :bigint not null, primary key
# acquired_at :datetime
# role :string(255)
# worker :string(255)
#
# Indexes
#
# index_worker_roles_on_role (role) UNIQUE
#
FactoryBot.define do
factory :worker_role do
role { "test" }