1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: annotate models

هذا الالتزام موجود في:
Adam Cooke
2024-02-13 11:46:35 +00:00
الأصل 1fceef7cea
التزام 6214892710
7 ملفات معدلة مع 140 إضافات و72 حذوفات

عرض الملف

@@ -5,9 +5,9 @@
# Table name: statistics
#
# id :integer not null, primary key
# total_messages :bigint(8) default(0)
# total_outgoing :bigint(8) default(0)
# total_incoming :bigint(8) default(0)
# total_incoming :bigint default(0)
# total_messages :bigint default(0)
# total_outgoing :bigint default(0)
#
class Statistic < ApplicationRecord