Revert db migration
Some checks failed
/ Run tests (push) Successful in 2m26s
/ Run system tests (push) Failing after 2m58s
/ Build, push and deploy image (push) Successful in 3m41s

This commit is contained in:
david 2024-09-11 22:06:05 +02:00
parent 29a2bd7466
commit a4e8a4b081

View file

@ -1,6 +1,7 @@
class FinalizeCheckFields < ActiveRecord::Migration[7.2] class FinalizeCheckFields < ActiveRecord::Migration[7.2]
def change def change
add_column :checks, :number, :string add_column :checks, :number, :integer
add_index :checks, :number, unique: true
add_column :checks, :name_de, :string add_column :checks, :name_de, :string
add_column :checks, :name_en, :string add_column :checks, :name_en, :string