مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +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
|