Refine registration endpoint #165

Merged
bustikiller merged 7 commits from remove-wedding-date into main 2024-12-07 22:45:16 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 9b612ce01d - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class RemoveWeddingDate < ActiveRecord::Migration[8.0]
def change
remove_column :weddings, :date, :date, null: false

2
db/schema.rb generated
View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
# 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.