Add copyright notice
This commit is contained in:
parent
bd5c4f5482
commit
3b9ca24bcd
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
class MergeGuestNames < ActiveRecord::Migration[8.0]
|
class MergeGuestNames < ActiveRecord::Migration[8.0]
|
||||||
def change
|
def change
|
||||||
add_column :guests, :name, :string
|
add_column :guests, :name, :string
|
||||||
|
2
db/schema.rb
generated
2
db/schema.rb
generated
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 Manuel Bustillo
|
||||||
|
|
||||||
# This file is auto-generated from the current state of the database. Instead
|
# 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
|
# of editing this file, please use the migrations feature of Active Record to
|
||||||
# incrementally modify your database, and then regenerate this schema definition.
|
# incrementally modify your database, and then regenerate this schema definition.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user