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

style(rubocop): Layout/EmptyLineAfterMagicComment

هذا الالتزام موجود في:
Adam Cooke
2024-02-09 17:20:55 +00:00
الأصل 6ab36c09c9
التزام 0e4ed5ca03
213 ملفات معدلة مع 213 إضافات و0 حذوفات

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20141012174250)
class CreateAuthieSessions < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20141013115205)
class AddIndexesToAuthieSessions < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20150109144120)
class AddParentIdToAuthieSessions < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20150305135400)
class AddTwoFactorAuthFieldsToAuthie < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class InitialSchema < ActiveRecord::Migration
def up

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20170417170000)
class AddTokenHashesToAuthieSessions < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20170421174100)
class AddIndexToTokenHashesOnAuthieSessions < ActiveRecord::Migration

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class RemoveTypeFromIPPools < ActiveRecord::Migration[5.0]
def change

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This migration comes from authie (originally 20180215152200)
class AddHostToAuthieSessions < ActiveRecord::Migration[4.2]

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class AddUUIDToCredentials < ActiveRecord::Migration[5.2]
def change

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class AddPriorityToIPAddresses < ActiveRecord::Migration[5.2]
def change

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
class AddPrivacyModeToServers < ActiveRecord::Migration[6.1]
def change
add_column :servers, :privacy_mode, :boolean, default: false

عرض الملف

@@ -1,4 +1,5 @@
# frozen_string_literal: true
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.