Test reversibility of migrations #220

Merged
bustikiller merged 35 commits from test-rollbacks into main 2025-01-25 09:43:43 +00:00
7 changed files with 0 additions and 14 deletions
Showing only changes of commit 744b13ecb8 - Show all commits

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<!DOCTYPE html>
<html>
<head>

View File

@ -1,3 +1 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<%= yield %>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @email %>!</p>
<% if @resource.try(:unconfirmed_email?) %>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that your password has been changed.</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>