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