Stuff für die Zukunft
This commit is contained in:
parent
42e6efc2a3
commit
69f73845a3
3 changed files with 42 additions and 1 deletions
|
|
@ -0,0 +1,7 @@
|
|||
class AddApplicableFieldsToChecks < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :checks, :applicable_to_analogue, :boolean, null: false, default: false
|
||||
add_column :checks, :applicable_to_document, :boolean, null: false, default: false
|
||||
add_column :checks, :applicable_to_non_web, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue