مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-21 15:19:48 +00:00
8 أسطر
180 B
Ruby
8 أسطر
180 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AddPrivacyModeToServers < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :servers, :privacy_mode, :boolean, default: false
|
|
end
|
|
end
|