Add copyright notice
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 4m53s
Run unit tests / unit_tests (pull_request) Successful in 5m57s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 1h7m33s

This commit is contained in:
Manuel Bustillo 2024-11-03 07:47:40 +00:00
parent 066fdea504
commit 3b0702bbec
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class AddNameToTablesArrangements < ActiveRecord::Migration[7.2] class AddNameToTablesArrangements < ActiveRecord::Migration[7.2]
def change def change
add_column :tables_arrangements, :name, :string, null: false add_column :tables_arrangements, :name, :string, 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 # 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.