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

upgrade rails and supporting gems, refresh schema

هذا الالتزام موجود في:
Charlie Smurthwaite
2018-08-22 11:30:54 +01:00
الأصل ed7889a40e
التزام cfc60d0e41
5 ملفات معدلة مع 135 إضافات و132 حذوفات

عرض الملف

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