Recreate simulations whenever a guest changes their attendance #85

Merged
bustikiller merged 8 commits from simulations-lifecycle into main 2024-11-03 12:51:14 +00:00
3 changed files with 6 additions and 0 deletions
Showing only changes of commit 3be71406f8 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class SolidQueueInstall < ActiveRecord::Migration[7.2] class SolidQueueInstall < ActiveRecord::Migration[7.2]
def change def change
create_table 'solid_queue_blocked_executions', force: :cascade do |t| create_table 'solid_queue_blocked_executions', force: :cascade do |t|

View File

@ -1,2 +1,4 @@
# Copyright (C) 2024 Manuel Bustillo
ActiveRecord::Schema[7.1].define(version: 1) do ActiveRecord::Schema[7.1].define(version: 1) do
end end

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.