2025-01-13 20:38:47 +00:00
|
|
|
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
|
2025-01-13 21:37:02 +01:00
|
|
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
2024-11-03 10:47:26 +00:00
|
|
|
|
2024-11-03 08:44:31 +01:00
|
|
|
class AddNameToTablesArrangements < ActiveRecord::Migration[7.2]
|
|
|
|
def change
|
|
|
|
add_column :tables_arrangements, :name, :string, null: false
|
|
|
|
end
|
|
|
|
end
|